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