1 instantiation of DownloadCompletedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
611
manager = new
DownloadCompletedEventManager
();
6 references to DownloadCompletedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
432
DownloadCompletedEventManager
.AddHandler(bitmapSource, OnSourceDownloaded);
443
DownloadCompletedEventManager
.RemoveHandler(_bitmapSource, OnSourceDownloaded);
601
private static
DownloadCompletedEventManager
CurrentManager
605
Type managerType = typeof(
DownloadCompletedEventManager
);
606
DownloadCompletedEventManager
manager = (
DownloadCompletedEventManager
)GetCurrentManager(managerType);