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