5 references to RefreshPeriod
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
864
if (CurrentTicks - _lastCommitTime <
RefreshPeriod
)
932
return TicksSinceLastPresent(currentTime) %
RefreshPeriod
;
943
return
RefreshPeriod
- TicksSinceLastVsync(currentTime);
1108
_averagePresentationInterval =
RefreshPeriod
;
1152
nextPresentationTicks = (nextVsyncTicks + (vsyncAdvance *
RefreshPeriod
));