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