4 references to OnSourceFailed
PresentationFramework (4)
src\Framework\System\Windows\Controls\Image.cs (4)
446
DownloadFailedEventManager.AddHandler(bitmapSource,
OnSourceFailed
);
447
DecodeFailedEventManager.AddHandler(bitmapSource,
OnSourceFailed
);
457
DownloadFailedEventManager.RemoveHandler(_bitmapSource,
OnSourceFailed
);
458
DecodeFailedEventManager.RemoveHandler(_bitmapSource,
OnSourceFailed
);