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