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