3 references to DispatcherMediaOpened
PresentationCore (3)
System\Windows\Media\mediaeventshelper.cs (3)
42
this.
DispatcherMediaOpened
+= _mediaOpened;
281
if (
DispatcherMediaOpened
!= null)
283
_dispatcher.BeginInvoke(DispatcherPriority.Normal,
DispatcherMediaOpened
, null);