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