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