3 references to TicksUntilNextVsync
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaContext.cs (3)
704long earliestWakeupTicks = currentTicks + TicksUntilNextVsync(currentTicks) + TimeSpan.TicksPerMillisecond; 1196nextVsyncTicks = countsTicks + TicksUntilNextVsync(countsTicks); 2218long nextVBlank = currentTicks + TicksUntilNextVsync(currentTicks);