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