3 references to DispatcherBufferingStarted
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (3)
56
this.
DispatcherBufferingStarted
+= _bufferingStarted;
301
if (
DispatcherBufferingStarted
!= null)
303
_dispatcher.BeginInvoke(DispatcherPriority.Normal,
DispatcherBufferingStarted
, null);