1 write to _dispatcher
PresentationCore (1)
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (1)
107
_dispatcher
= sender.Dispatcher;
8 references to _dispatcher
PresentationCore (8)
Core\CSharp\System\Windows\Media\MediaEventsHelper.cs (8)
236
_dispatcher
.BeginInvoke(
290
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaOpened, null);
303
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingStarted, null);
311
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherBufferingEnded, null);
319
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaEnded, null);
327
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, DispatcherMediaPrerolled, null);
344
_dispatcher
.BeginInvoke(DispatcherPriority.Background, DispatcherMediaNewFrame, null);
380
_dispatcher
.BeginInvoke(