1 instantiation of DownloadCompletedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
619
manager = new
DownloadCompletedEventManager
();
6 references to DownloadCompletedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
440
DownloadCompletedEventManager
.AddHandler(bitmapSource, OnSourceDownloaded);
451
DownloadCompletedEventManager
.RemoveHandler(_bitmapSource, OnSourceDownloaded);
609
private static
DownloadCompletedEventManager
CurrentManager
613
Type managerType = typeof(
DownloadCompletedEventManager
);
614
DownloadCompletedEventManager
manager = (
DownloadCompletedEventManager
)GetCurrentManager(managerType);