2 references to OnDecodeFailed
PresentationFramework (2)
src\Framework\System\Windows\Controls\Image.cs (2)
849
typedSource.DecodeFailed += new EventHandler<ExceptionEventArgs>(
OnDecodeFailed
);
860
typedSource.DecodeFailed -= new EventHandler<ExceptionEventArgs>(
OnDecodeFailed
);