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