2 references to OnDownloadFailed
PresentationFramework (2)
src\Framework\System\Windows\Controls\Image.cs (2)
723
typedSource.DownloadFailed += new EventHandler<ExceptionEventArgs>(
OnDownloadFailed
);
734
typedSource.DownloadFailed -= new EventHandler<ExceptionEventArgs>(
OnDownloadFailed
);