3 references to DispatcherBufferingStarted
PresentationCore (3)
System\Windows\Media\mediaeventshelper.cs (3)
42
this.
DispatcherBufferingStarted
+= _bufferingStarted;
282
if (
DispatcherBufferingStarted
!= null)
284
_dispatcher.BeginInvoke(DispatcherPriority.Normal,
DispatcherBufferingStarted
, null);