3 instantiations of ExceptionEventArgs
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1005
OnDecodeFailed(this, new
ExceptionEventArgs
(e));
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
362
_failedEvent.InvokeEvents(this, new
ExceptionEventArgs
((Exception)arg));
System\Windows\Media\mediaeventshelper.cs (1)
232
new
ExceptionEventArgs
(e));
39 references to ExceptionEventArgs
PresentationCore (23)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
849
public virtual event EventHandler<
ExceptionEventArgs
> DownloadFailed
1683
internal UniqueEventHelper<
ExceptionEventArgs
> _failedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
System\Windows\Media\Imaging\BitmapFrameDecode.cs (3)
526
private void OnDownloadFailed(object sender,
ExceptionEventArgs
e)
562
private void OnOriginalDownloadFailed(
ExceptionEventArgs
e)
794
public void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\Imaging\BitmapImage.cs (1)
897
private void OnDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\Imaging\BitmapSource.cs (9)
313
public virtual event EventHandler<
ExceptionEventArgs
> DownloadFailed
331
public virtual event EventHandler<
ExceptionEventArgs
> DecodeFailed
1236
private void OnDecodeFailed(object sender,
ExceptionEventArgs
e)
1293
private void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
1591
internal UniqueEventHelper<
ExceptionEventArgs
> _failedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
1592
internal UniqueEventHelper<
ExceptionEventArgs
> _decodeFailedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
1932
public void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\mediaeventshelper.cs (5)
106
internal event EventHandler<
ExceptionEventArgs
> MediaFailed
473
ExceptionEventArgs
e = (
ExceptionEventArgs
)o;
603
private UniqueEventHelper<
ExceptionEventArgs
> _mediaFailedHelper = new UniqueEventHelper<
ExceptionEventArgs
>();
System\Windows\Media\MediaPlayer.cs (1)
318
public event EventHandler<
ExceptionEventArgs
> MediaFailed
System\Windows\Media\MediaPlayerState.cs (1)
489
internal event EventHandler<
ExceptionEventArgs
> MediaFailed
PresentationFramework (16)
System\Windows\Controls\AVElementHelper.cs (2)
344
_mediaPlayer.MediaFailed += new EventHandler<
ExceptionEventArgs
>(OnMediaFailed);
745
ExceptionEventArgs
args
System\Windows\Controls\Image.cs (13)
431
private void OnSourceFailed(object sender,
ExceptionEventArgs
e)
670
public static void AddHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
680
public static void RemoveHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
700
return new ListenerList<
ExceptionEventArgs
>();
709
typedSource.DownloadFailed += new EventHandler<
ExceptionEventArgs
>(OnDownloadFailed);
720
typedSource.DownloadFailed -= new EventHandler<
ExceptionEventArgs
>(OnDownloadFailed);
760
private void OnDownloadFailed(object sender,
ExceptionEventArgs
args)
794
public static void AddHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
804
public static void RemoveHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
824
return new ListenerList<
ExceptionEventArgs
>();
833
typedSource.DecodeFailed += new EventHandler<
ExceptionEventArgs
>(OnDecodeFailed);
844
typedSource.DecodeFailed -= new EventHandler<
ExceptionEventArgs
>(OnDecodeFailed);
884
private void OnDecodeFailed(object sender,
ExceptionEventArgs
args)
System\Windows\Controls\MediaElement.cs (1)
905
ExceptionEventArgs
args