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