5 references to RefreshPeriod
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
889if (CurrentTicks - _lastCommitTime < RefreshPeriod) 957return TicksSinceLastPresent(currentTime) % RefreshPeriod; 968return RefreshPeriod - TicksSinceLastVsync(currentTime); 1133_averagePresentationInterval = RefreshPeriod; 1177nextPresentationTicks = (nextVsyncTicks + (vsyncAdvance * RefreshPeriod));