1 write to _dispatcher
PresentationCore (1)
System\Windows\Media\mediaeventshelper.cs (1)
100
_dispatcher
= sender.Dispatcher;
8 references to _dispatcher
PresentationCore (8)
System\Windows\Media\mediaeventshelper.cs (8)
229
_dispatcher
.BeginInvoke(
283
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaOpened, null);
296
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingStarted, null);
304
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingEnded, null);
312
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaEnded, null);
320
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaPrerolled, null);
337
_dispatcher
.BeginInvoke(DispatcherPriority.Background, DispatcherMediaNewFrame, null);
373
_dispatcher
.BeginInvoke(