5 references to ImageFailedEvent
PresentationFramework (5)
System\Windows\Controls\Image.cs (5)
154
add { AddHandler(
ImageFailedEvent
, value); }
155
remove { RemoveHandler(
ImageFailedEvent
, value); }
327
RaiseEvent(new ExceptionRoutedEventArgs(
ImageFailedEvent
, this, e));
427
RaiseEvent(new ExceptionRoutedEventArgs(
ImageFailedEvent
, this, e.ErrorException));
501
RaiseEvent(new ExceptionRoutedEventArgs(
ImageFailedEvent
, this, cause));