1 write to _estimatedNextVSyncTimer
PresentationCore (1)
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
268_estimatedNextVSyncTimer = new DispatcherTimer(DispatcherPriority.Render);
9 references to _estimatedNextVSyncTimer
PresentationCore (9)
Core\CSharp\System\Windows\Media\MediaContext.cs (9)
269_estimatedNextVSyncTimer.Tick += new EventHandler(EstimatedNextVSyncTimeExpired); 705_estimatedNextVSyncTimer.Interval = TimeSpan.FromTicks(earliestWakeupTicks - currentTicks); 706_estimatedNextVSyncTimer.Tag = earliestWakeupTicks; 712_estimatedNextVSyncTimer.Interval = TimeSpan.FromMilliseconds(17); 715_estimatedNextVSyncTimer.Start(); 858_estimatedNextVSyncTimer.Stop(); 1357_estimatedNextVSyncTimer.Stop(); 2347_estimatedNextVSyncTimer.Stop(); 2368_estimatedNextVSyncTimer.Stop();