1 instantiation of DownloadFailedEventManager
PresentationFramework (1)
src\Framework\System\Windows\Controls\Image.cs (1)
757manager = new DownloadFailedEventManager();
6 references to DownloadFailedEventManager
PresentationFramework (6)
src\Framework\System\Windows\Controls\Image.cs (6)
446DownloadFailedEventManager.AddHandler(bitmapSource, OnSourceFailed); 457DownloadFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 747private static DownloadFailedEventManager CurrentManager 751Type managerType = typeof(DownloadFailedEventManager); 752DownloadFailedEventManager manager = (DownloadFailedEventManager)GetCurrentManager(managerType);