3 references to DispatcherBufferingEnded
PresentationCore (3)
System\Windows\Media\mediaeventshelper.cs (3)
45this.DispatcherBufferingEnded += _bufferingEnded; 290if (DispatcherBufferingEnded != null) 292_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingEnded, null);