3 references to DispatcherBufferingEnded
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (3)
59
this.
DispatcherBufferingEnded
+= _bufferingEnded;
309
if (
DispatcherBufferingEnded
!= null)
311
_dispatcher.BeginInvoke(DispatcherPriority.Normal,
DispatcherBufferingEnded
, null);