3 instantiations of ExceptionEventArgs
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (1)
960
OnDecodeFailed(this, new
ExceptionEventArgs
(e));
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
334
_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)
826
public virtual event EventHandler<
ExceptionEventArgs
> DownloadFailed
1655
internal UniqueEventHelper<
ExceptionEventArgs
> _failedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
System\Windows\Media\Imaging\BitmapFrameDecode.cs (3)
503
private void OnDownloadFailed(object sender,
ExceptionEventArgs
e)
539
private void OnOriginalDownloadFailed(
ExceptionEventArgs
e)
771
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)
299
public virtual event EventHandler<
ExceptionEventArgs
> DownloadFailed
317
public virtual event EventHandler<
ExceptionEventArgs
> DecodeFailed
1191
private void OnDecodeFailed(object sender,
ExceptionEventArgs
e)
1248
private void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
1546
internal UniqueEventHelper<
ExceptionEventArgs
> _failedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
1547
internal UniqueEventHelper<
ExceptionEventArgs
> _decodeFailedEvent = new UniqueEventHelper<
ExceptionEventArgs
>();
1887
public void OnSourceDownloadFailed(object sender,
ExceptionEventArgs
e)
System\Windows\Media\mediaeventshelper.cs (5)
95
internal event EventHandler<
ExceptionEventArgs
> MediaFailed
463
ExceptionEventArgs
e = (
ExceptionEventArgs
)o;
593
private UniqueEventHelper<
ExceptionEventArgs
> _mediaFailedHelper = new UniqueEventHelper<
ExceptionEventArgs
>();
System\Windows\Media\MediaPlayer.cs (1)
290
public event EventHandler<
ExceptionEventArgs
> MediaFailed
System\Windows\Media\MediaPlayerState.cs (1)
466
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)
880
ExceptionEventArgs
args