1 write to _dispatcher
PresentationCore (1)
System\Windows\Media\mediaeventshelper.cs (1)
89
_dispatcher
= sender.Dispatcher;
8 references to _dispatcher
PresentationCore (8)
System\Windows\Media\mediaeventshelper.cs (8)
218
_dispatcher
.BeginInvoke(
272
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaOpened, null);
285
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingStarted, null);
293
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingEnded, null);
301
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaEnded, null);
309
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaPrerolled, null);
326
_dispatcher
.BeginInvoke(DispatcherPriority.Background, DispatcherMediaNewFrame, null);
362
_dispatcher
.BeginInvoke(