3 references to DispatcherBufferingEnded
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (3)
59this.DispatcherBufferingEnded += _bufferingEnded; 309if (DispatcherBufferingEnded != null) 311_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingEnded, null);