5 references to ImageFailedEvent
PresentationFramework (5)
System\Windows\Controls\Image.cs (5)
153
add { AddHandler(
ImageFailedEvent
, value); }
154
remove { RemoveHandler(
ImageFailedEvent
, value); }
326
RaiseEvent(new ExceptionRoutedEventArgs(
ImageFailedEvent
, this, e));
426
RaiseEvent(new ExceptionRoutedEventArgs(
ImageFailedEvent
, this, e.ErrorException));
500
RaiseEvent(new ExceptionRoutedEventArgs(
ImageFailedEvent
, this, cause));