3 instantiations of ExceptionEventArgs
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (1)
990
OnDecodeFailed(this, new
ExceptionEventArgs
(e));
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
342
_failedEvent.InvokeEvents(this, new
ExceptionEventArgs
((Exception)arg));
System\Windows\Media\mediaeventshelper.cs (1)
221
new
ExceptionEventArgs
(e));
39 references to ExceptionEventArgs
PresentationCore (23)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
831
public virtual event EventHandler<
ExceptionEventArgs
> DownloadFailed
1665
internal UniqueEventHelper<
ExceptionEventArgs
> _failedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
System\Windows\Media\Imaging\BitmapFrameDecode.cs (3)
511
private void OnDownloadFailed(object sender,
ExceptionEventArgs
e)
547
private void OnOriginalDownloadFailed(
ExceptionEventArgs
e)
779
public void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\Imaging\BitmapImage.cs (1)
879
private void OnDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\Imaging\BitmapSource.cs (9)
298
public virtual event EventHandler<
ExceptionEventArgs
> DownloadFailed
316
public virtual event EventHandler<
ExceptionEventArgs
> DecodeFailed
1221
private void OnDecodeFailed(object sender,
ExceptionEventArgs
e)
1278
private void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
1576
internal UniqueEventHelper<
ExceptionEventArgs
> _failedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
1577
internal UniqueEventHelper<
ExceptionEventArgs
> _decodeFailedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
1917
public void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\mediaeventshelper.cs (5)
95
internal event EventHandler<
ExceptionEventArgs
> MediaFailed
462
ExceptionEventArgs
e = (
ExceptionEventArgs
)o;
592
private UniqueEventHelper<
ExceptionEventArgs
> _mediaFailedHelper = new UniqueEventHelper<
ExceptionEventArgs
>();
System\Windows\Media\MediaPlayer.cs (1)
295
public event EventHandler<
ExceptionEventArgs
> MediaFailed
System\Windows\Media\MediaPlayerState.cs (1)
468
internal event EventHandler<
ExceptionEventArgs
> MediaFailed
PresentationFramework (16)
System\Windows\Controls\AVElementHelper.cs (2)
337
_mediaPlayer.MediaFailed += new EventHandler<
ExceptionEventArgs
>(OnMediaFailed);
738
ExceptionEventArgs
args
System\Windows\Controls\Image.cs (13)
423
private void OnSourceFailed(object sender,
ExceptionEventArgs
e)
662
public static void AddHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
672
public static void RemoveHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
692
return new ListenerList<
ExceptionEventArgs
>();
701
typedSource.DownloadFailed += new EventHandler<
ExceptionEventArgs
>(OnDownloadFailed);
712
typedSource.DownloadFailed -= new EventHandler<
ExceptionEventArgs
>(OnDownloadFailed);
752
private void OnDownloadFailed(object sender,
ExceptionEventArgs
args)
786
public static void AddHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
796
public static void RemoveHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
816
return new ListenerList<
ExceptionEventArgs
>();
825
typedSource.DecodeFailed += new EventHandler<
ExceptionEventArgs
>(OnDecodeFailed);
836
typedSource.DecodeFailed -= new EventHandler<
ExceptionEventArgs
>(OnDecodeFailed);
876
private void OnDecodeFailed(object sender,
ExceptionEventArgs
args)
System\Windows\Controls\MediaElement.cs (1)
898
ExceptionEventArgs
args