1 instantiation of DecodeFailedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
859manager = new DecodeFailedEventManager();
6 references to DecodeFailedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
434DecodeFailedEventManager.AddHandler(bitmapSource, OnSourceFailed); 445DecodeFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 849private static DecodeFailedEventManager CurrentManager 853Type managerType = typeof(DecodeFailedEventManager); 854DecodeFailedEventManager manager = (DecodeFailedEventManager)GetCurrentManager(managerType);