3 references to DispatcherBufferingStarted
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (3)
56this.DispatcherBufferingStarted += _bufferingStarted; 301if (DispatcherBufferingStarted != null) 303_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingStarted, null);