1 instantiation of DecodeFailedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
858manager = new DecodeFailedEventManager();
6 references to DecodeFailedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
433DecodeFailedEventManager.AddHandler(bitmapSource, OnSourceFailed); 444DecodeFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 848private static DecodeFailedEventManager CurrentManager 852Type managerType = typeof(DecodeFailedEventManager); 853DecodeFailedEventManager manager = (DecodeFailedEventManager)GetCurrentManager(managerType);