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