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