5 references to RefreshPeriod
PresentationCore (5)
Core\CSharp\System\Windows\Media\MediaContext.cs (5)
908if (CurrentTicks - _lastCommitTime < RefreshPeriod) 976return TicksSinceLastPresent(currentTime) % RefreshPeriod; 987return RefreshPeriod - TicksSinceLastVsync(currentTime); 1153_averagePresentationInterval = RefreshPeriod; 1197nextPresentationTicks = (nextVsyncTicks + (vsyncAdvance * RefreshPeriod));