1 instantiation of DownloadCompletedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
610
manager = new
DownloadCompletedEventManager
();
6 references to DownloadCompletedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
431
DownloadCompletedEventManager
.AddHandler(bitmapSource, OnSourceDownloaded);
442
DownloadCompletedEventManager
.RemoveHandler(_bitmapSource, OnSourceDownloaded);
600
private static
DownloadCompletedEventManager
CurrentManager
604
Type managerType = typeof(
DownloadCompletedEventManager
);
605
DownloadCompletedEventManager
manager = (
DownloadCompletedEventManager
)GetCurrentManager(managerType);