FluidMoveBehavior memory leak
See original GitHub issueAs described in https://social.msdn.microsoft.com/Forums/lync/en-US/f14d1486-24ba-447b-9712-e16f5457a08b/fluidmovebehavior-memory-leak-bug there is a memory leak with the static TagDictionary
.
I write this as a reminder/question, as I think this issue is still existing in the current code base.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
FluidMoveBehavior Bug (& Memory Leak!) - Ratish Philip's Blog
So I thought of a different workaround using Reflection. In the UserControl.Unloaded event handler: 1. Get access to the TagDictionary field in ...
Read more >Preventing Memory Leaks with Attached Behaviours
So I find the choice of words to be correct, you are leaking memory to objects you no longer use. You expect the...
Read more >Using Fluid Move Behavior with listbox | XAML TAG
Yes, there does appear to be a memory leak in FluidMoveBehavior. My profiler showed some strange happenings, and a quick google shows i'm...
Read more >Fighting Common WPF Memory Leaks with dotMemory
We can drill down and look at the Key Retention Paths to see WPF is retaining our object in memory.
Read more >Use Visual Studio Performance Profiler for ...
NET profiling tools can be used to analyze OpenSilver application performance including CPU usage, Memory Usage and other available analysis Visual Studio ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve moved on as I haven’t done WPF development in the last few years.
Hey @tibel was there a specific reason you closed your PR? Did you determine that your approach does not solve the problem?