3 instantiations of ExceptionEventArgs
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (1)
959
OnDecodeFailed(this, new
ExceptionEventArgs
(e));
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
333
_failedEvent.InvokeEvents(this, new
ExceptionEventArgs
((Exception)arg));
System\Windows\Media\mediaeventshelper.cs (1)
220
new
ExceptionEventArgs
(e));
39 references to ExceptionEventArgs
PresentationCore (23)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
825
public virtual event EventHandler<
ExceptionEventArgs
> DownloadFailed
1654
internal UniqueEventHelper<
ExceptionEventArgs
> _failedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
System\Windows\Media\Imaging\BitmapFrameDecode.cs (3)
502
private void OnDownloadFailed(object sender,
ExceptionEventArgs
e)
538
private void OnOriginalDownloadFailed(
ExceptionEventArgs
e)
770
public void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\Imaging\BitmapImage.cs (1)
878
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
1190
private void OnDecodeFailed(object sender,
ExceptionEventArgs
e)
1247
private void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
1545
internal UniqueEventHelper<
ExceptionEventArgs
> _failedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
1546
internal UniqueEventHelper<
ExceptionEventArgs
> _decodeFailedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
1886
public void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\mediaeventshelper.cs (5)
94
internal event EventHandler<
ExceptionEventArgs
> MediaFailed
462
ExceptionEventArgs
e = (
ExceptionEventArgs
)o;
592
private UniqueEventHelper<
ExceptionEventArgs
> _mediaFailedHelper = new UniqueEventHelper<
ExceptionEventArgs
>();
System\Windows\Media\MediaPlayer.cs (1)
289
public event EventHandler<
ExceptionEventArgs
> MediaFailed
System\Windows\Media\MediaPlayerState.cs (1)
465
internal event EventHandler<
ExceptionEventArgs
> MediaFailed
PresentationFramework (16)
System\Windows\Controls\AVElementHelper.cs (2)
336
_mediaPlayer.MediaFailed += new EventHandler<
ExceptionEventArgs
>(OnMediaFailed);
737
ExceptionEventArgs
args
System\Windows\Controls\Image.cs (13)
422
private void OnSourceFailed(object sender,
ExceptionEventArgs
e)
661
public static void AddHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
671
public static void RemoveHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
691
return new ListenerList<
ExceptionEventArgs
>();
700
typedSource.DownloadFailed += new EventHandler<
ExceptionEventArgs
>(OnDownloadFailed);
711
typedSource.DownloadFailed -= new EventHandler<
ExceptionEventArgs
>(OnDownloadFailed);
751
private void OnDownloadFailed(object sender,
ExceptionEventArgs
args)
785
public static void AddHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
795
public static void RemoveHandler(BitmapSource source, EventHandler<
ExceptionEventArgs
> handler)
815
return new ListenerList<
ExceptionEventArgs
>();
824
typedSource.DecodeFailed += new EventHandler<
ExceptionEventArgs
>(OnDecodeFailed);
835
typedSource.DecodeFailed -= new EventHandler<
ExceptionEventArgs
>(OnDecodeFailed);
875
private void OnDecodeFailed(object sender,
ExceptionEventArgs
args)
System\Windows\Controls\MediaElement.cs (1)
879
ExceptionEventArgs
args