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