5 references to RefreshPeriod
PresentationCore (5)
Core\CSharp\System\Windows\Media\MediaContext.cs (5)
908
if (CurrentTicks - _lastCommitTime <
RefreshPeriod
)
976
return TicksSinceLastPresent(currentTime) %
RefreshPeriod
;
987
return
RefreshPeriod
- TicksSinceLastVsync(currentTime);
1153
_averagePresentationInterval =
RefreshPeriod
;
1197
nextPresentationTicks = (nextVsyncTicks + (vsyncAdvance *
RefreshPeriod
));