4 instantiations of ExceptionRoutedEventArgs
PresentationFramework (4)
System\Windows\Controls\Image.cs (3)
326RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, e)); 426RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, e.ErrorException)); 500RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, cause));
System\Windows\Controls\MediaElement.cs (1)
883new ExceptionRoutedEventArgs(
4 references to ExceptionRoutedEventArgs
PresentationFramework (4)
System\Windows\Controls\Image.cs (2)
145typeof(EventHandler<ExceptionRoutedEventArgs>), 151public event EventHandler<ExceptionRoutedEventArgs> ImageFailed
System\Windows\Controls\MediaElement.cs (2)
559typeof(EventHandler<ExceptionRoutedEventArgs>), 564public event EventHandler<ExceptionRoutedEventArgs> MediaFailed