4 references to OnSourceFailed
PresentationFramework (4)
System\Windows\Controls\Image.cs (4)
433
DownloadFailedEventManager.AddHandler(bitmapSource,
OnSourceFailed
);
434
DecodeFailedEventManager.AddHandler(bitmapSource,
OnSourceFailed
);
444
DownloadFailedEventManager.RemoveHandler(_bitmapSource,
OnSourceFailed
);
445
DecodeFailedEventManager.RemoveHandler(_bitmapSource,
OnSourceFailed
);