1 instantiation of DownloadCompletedEventManager
PresentationFramework (1)
src\Framework\System\Windows\Controls\Image.cs (1)
631
manager = new
DownloadCompletedEventManager
();
6 references to DownloadCompletedEventManager
PresentationFramework (6)
src\Framework\System\Windows\Controls\Image.cs (6)
445
DownloadCompletedEventManager
.AddHandler(bitmapSource, OnSourceDownloaded);
456
DownloadCompletedEventManager
.RemoveHandler(_bitmapSource, OnSourceDownloaded);
621
private static
DownloadCompletedEventManager
CurrentManager
625
Type managerType = typeof(
DownloadCompletedEventManager
);
626
DownloadCompletedEventManager
manager = (
DownloadCompletedEventManager
)GetCurrentManager(managerType);