1 instantiation of DownloadFailedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
735manager = new DownloadFailedEventManager();
6 references to DownloadFailedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
433DownloadFailedEventManager.AddHandler(bitmapSource, OnSourceFailed); 444DownloadFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 725private static DownloadFailedEventManager CurrentManager 729Type managerType = typeof(DownloadFailedEventManager); 730DownloadFailedEventManager manager = (DownloadFailedEventManager)GetCurrentManager(managerType);