5 references to RefreshPeriod
PresentationCore (5)
System\Windows\Media\MediaContext.cs (5)
868if (CurrentTicks - _lastCommitTime < RefreshPeriod) 936return TicksSinceLastPresent(currentTime) % RefreshPeriod; 947return RefreshPeriod - TicksSinceLastVsync(currentTime); 1112_averagePresentationInterval = RefreshPeriod; 1156nextPresentationTicks = (nextVsyncTicks + (vsyncAdvance * RefreshPeriod));