3 references to TicksUntilNextVsync
PresentationCore (3)
System\Windows\Media\MediaContext.cs (3)
685
long earliestWakeupTicks = currentTicks +
TicksUntilNextVsync
(currentTicks) + TimeSpan.TicksPerMillisecond;
1176
nextVsyncTicks = countsTicks +
TicksUntilNextVsync
(countsTicks);
2166
long nextVBlank = currentTicks +
TicksUntilNextVsync
(currentTicks);