13 references to InvokeEvents
PresentationCore (13)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
501
_downloadEvent.
InvokeEvents
(this, null);
543
_downloadEvent.
InvokeEvents
(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
869
_downloadEvent.
InvokeEvents
(this, null);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1273
_downloadEvent.
InvokeEvents
(this, e);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
318
_downloadEvent.
InvokeEvents
(this, null);
System\Windows\Media\mediaeventshelper.cs (6)
408
_mediaOpenedHelper.
InvokeEvents
(_sender, null);
419
_mediaPrerolledHelper.
InvokeEvents
(_sender, null);
429
_mediaEndedHelper.
InvokeEvents
(_sender, null);
440
_bufferingStartedHelper.
InvokeEvents
(_sender, null);
451
_bufferingEndedHelper.
InvokeEvents
(_sender, null);
486
_newFrameHelper.
InvokeEvents
(_sender, null);
System\Windows\Media\MediaPlayerState.cs (2)
1048
_newFrameHelper.
InvokeEvents
(sender, args);
1062
_mediaOpenedHelper.
InvokeEvents
(sender, args);