3 references to DispatcherMediaOpened
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (3)
44this.DispatcherMediaOpened += _mediaOpened; 288if (DispatcherMediaOpened != null) 290_dispatcher.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaOpened, null);