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