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