1 instantiation of DownloadFailedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
734manager = new DownloadFailedEventManager();
6 references to DownloadFailedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
432DownloadFailedEventManager.AddHandler(bitmapSource, OnSourceFailed); 443DownloadFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 724private static DownloadFailedEventManager CurrentManager 728Type managerType = typeof(DownloadFailedEventManager); 729DownloadFailedEventManager manager = (DownloadFailedEventManager)GetCurrentManager(managerType);