5 references to RefreshPeriod
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
868
if (CurrentTicks - _lastCommitTime <
RefreshPeriod
)
936
return TicksSinceLastPresent(currentTime) %
RefreshPeriod
;
947
return
RefreshPeriod
- TicksSinceLastVsync(currentTime);
1112
_averagePresentationInterval =
RefreshPeriod
;
1156
nextPresentationTicks = (nextVsyncTicks + (vsyncAdvance *
RefreshPeriod
));