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