4 instantiations of ExceptionRoutedEventArgs
PresentationFramework (4)
src\Framework\System\Windows\Controls\Image.cs (3)
340
RaiseEvent(new
ExceptionRoutedEventArgs
(ImageFailedEvent, this, e));
440
RaiseEvent(new
ExceptionRoutedEventArgs
(ImageFailedEvent, this, e.ErrorException));
519
RaiseEvent(new
ExceptionRoutedEventArgs
(ImageFailedEvent, this, cause));
src\Framework\System\Windows\Controls\MediaElement.cs (1)
914
new
ExceptionRoutedEventArgs
(
4 references to ExceptionRoutedEventArgs
PresentationFramework (4)
src\Framework\System\Windows\Controls\Image.cs (2)
159
typeof(EventHandler<
ExceptionRoutedEventArgs
>),
165
public event EventHandler<
ExceptionRoutedEventArgs
> ImageFailed
src\Framework\System\Windows\Controls\MediaElement.cs (2)
572
typeof(EventHandler<
ExceptionRoutedEventArgs
>),
577
public event EventHandler<
ExceptionRoutedEventArgs
> MediaFailed