4 instantiations of ExceptionRoutedEventArgs
PresentationFramework (4)
System\Windows\Controls\Image.cs (3)
327RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, e)); 427RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, e.ErrorException)); 501RaiseEvent(new ExceptionRoutedEventArgs(ImageFailedEvent, this, cause));
System\Windows\Controls\MediaElement.cs (1)
902new ExceptionRoutedEventArgs(
4 references to ExceptionRoutedEventArgs
PresentationFramework (4)
System\Windows\Controls\Image.cs (2)
146typeof(EventHandler<ExceptionRoutedEventArgs>), 152public event EventHandler<ExceptionRoutedEventArgs> ImageFailed
System\Windows\Controls\MediaElement.cs (2)
560typeof(EventHandler<ExceptionRoutedEventArgs>), 565public event EventHandler<ExceptionRoutedEventArgs> MediaFailed