1 instantiation of DownloadFailedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
743manager = new DownloadFailedEventManager();
6 references to DownloadFailedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
441DownloadFailedEventManager.AddHandler(bitmapSource, OnSourceFailed); 452DownloadFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 733private static DownloadFailedEventManager CurrentManager 737Type managerType = typeof(DownloadFailedEventManager); 738DownloadFailedEventManager manager = (DownloadFailedEventManager)GetCurrentManager(managerType);