5 references to RefreshPeriod
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
865
if (CurrentTicks - _lastCommitTime <
RefreshPeriod
)
933
return TicksSinceLastPresent(currentTime) %
RefreshPeriod
;
944
return
RefreshPeriod
- TicksSinceLastVsync(currentTime);
1109
_averagePresentationInterval =
RefreshPeriod
;
1153
nextPresentationTicks = (nextVsyncTicks + (vsyncAdvance *
RefreshPeriod
));