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