1 instantiation of DecodeFailedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
867manager = new DecodeFailedEventManager();
6 references to DecodeFailedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
442DecodeFailedEventManager.AddHandler(bitmapSource, OnSourceFailed); 453DecodeFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 857private static DecodeFailedEventManager CurrentManager 861Type managerType = typeof(DecodeFailedEventManager); 862DecodeFailedEventManager manager = (DecodeFailedEventManager)GetCurrentManager(managerType);