5 references to RefreshPeriod
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
890if (CurrentTicks - _lastCommitTime < RefreshPeriod) 958return TicksSinceLastPresent(currentTime) % RefreshPeriod; 969return RefreshPeriod - TicksSinceLastVsync(currentTime); 1134_averagePresentationInterval = RefreshPeriod; 1178nextPresentationTicks = (nextVsyncTicks + (vsyncAdvance * RefreshPeriod));