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