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