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