4 instantiations of ExceptionRoutedEventArgs
PresentationFramework (4)
System\Windows\Controls\Image.cs (3)
335RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, e)); 435RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, e.ErrorException)); 509RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, cause));
System\Windows\Controls\MediaElement.cs (1)
909new ExceptionRoutedEventArgs(
4 references to ExceptionRoutedEventArgs
PresentationFramework (4)
System\Windows\Controls\Image.cs (2)
154typeof(EventHandler<ExceptionRoutedEventArgs>), 160public event EventHandler<ExceptionRoutedEventArgs> ImageFailed
System\Windows\Controls\MediaElement.cs (2)
567typeof(EventHandler<ExceptionRoutedEventArgs>), 572public event EventHandler<ExceptionRoutedEventArgs> MediaFailed