1 instantiation of DownloadCompletedEventManager
PresentationFramework (1)
System\Windows\Controls\Image.cs (1)
611manager = new DownloadCompletedEventManager();
6 references to DownloadCompletedEventManager
PresentationFramework (6)
System\Windows\Controls\Image.cs (6)
432DownloadCompletedEventManager.AddHandler(bitmapSource, OnSourceDownloaded); 443DownloadCompletedEventManager.RemoveHandler(_bitmapSource, OnSourceDownloaded); 601private static DownloadCompletedEventManager CurrentManager 605Type managerType = typeof(DownloadCompletedEventManager); 606DownloadCompletedEventManager manager = (DownloadCompletedEventManager)GetCurrentManager(managerType);