13 references to InvokeEvents
PresentationCore (13)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
492
_downloadEvent.
InvokeEvents
(this, null);
534
_downloadEvent.
InvokeEvents
(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
868
_downloadEvent.
InvokeEvents
(this, null);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1242
_downloadEvent.
InvokeEvents
(this, e);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
309
_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)
1039
_newFrameHelper.
InvokeEvents
(sender, args);
1053
_mediaOpenedHelper.
InvokeEvents
(sender, args);