1 write to _dispatcher
PresentationCore (1)
System\Windows\Media\mediaeventshelper.cs (1)
88
_dispatcher
= sender.Dispatcher;
8 references to _dispatcher
PresentationCore (8)
System\Windows\Media\mediaeventshelper.cs (8)
217
_dispatcher
.BeginInvoke(
271
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaOpened, null);
284
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingStarted, null);
292
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingEnded, null);
300
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaEnded, null);
308
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaPrerolled, null);
325
_dispatcher
.BeginInvoke(DispatcherPriority.Background, DispatcherMediaNewFrame, null);
361
_dispatcher
.BeginInvoke(