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