Activity overview
Latest activity by mustangchik83
I'm running into the same issue - 2 objects with the same retention graph:
System.Byte[] (the object in question)
System.IO.MemoryStream
System.Windows.Media.StreamAsIStream
GC Handle
Both are gray indicating that dispose has been called. Together, they are taking up a whopping 5MB of memory. How can I track this further?
Thanks,
rachel / comments
I'm running into the same issue - 2 objects with the same retention graph:
System.Byte[] (the object in question)
System.IO.MemoryStream
System.Windows.Media.StreamAsIStream
GC Handle
Both are gray...