Fighting memory leaks with Bindings.StopTracking() #9040
-
Since my Windows app is suffering from memory leaks from a still unknown reason I am trying different strategies. But where do I find even this method or it's documentation? There is only one mention in the Microsoft drocs of it I could find. (here). And this one doesn't contain a link. What am I missing here? Any help is welcome. PS: I am using .NET 6 with the Windows App SDK 1.4. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is part of the generated code. You can find it in XamlBindingInfo.Xaml.g.h/XamlBindingInfo.Xaml.g.hpp on the C++ side. I think it should be XamlBindingInfo.Xaml.i.g.cs for C#. |
Beta Was this translation helpful? Give feedback.
This is part of the generated code. You can find it in XamlBindingInfo.Xaml.g.h/XamlBindingInfo.Xaml.g.hpp on the C++ side. I think it should be XamlBindingInfo.Xaml.i.g.cs for C#.
Since it is part of the generated code, it should be treated as undocumented/implementation details. So if you can get something to work then fine, but it is up to you to support it.