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