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