13 references to InvokeEvents
PresentationCore (13)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
493
_downloadEvent.
InvokeEvents
(this, null);
535
_downloadEvent.
InvokeEvents
(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
869
_downloadEvent.
InvokeEvents
(this, null);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1272
_downloadEvent.
InvokeEvents
(this, e);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
310
_downloadEvent.
InvokeEvents
(this, null);
System\Windows\Media\mediaeventshelper.cs (6)
409
_mediaOpenedHelper.
InvokeEvents
(_sender, null);
420
_mediaPrerolledHelper.
InvokeEvents
(_sender, null);
430
_mediaEndedHelper.
InvokeEvents
(_sender, null);
441
_bufferingStartedHelper.
InvokeEvents
(_sender, null);
452
_bufferingEndedHelper.
InvokeEvents
(_sender, null);
487
_newFrameHelper.
InvokeEvents
(_sender, null);
System\Windows\Media\MediaPlayerState.cs (2)
1040
_newFrameHelper.
InvokeEvents
(sender, args);
1054
_mediaOpenedHelper.
InvokeEvents
(sender, args);