1 write to _lastCommitTime
PresentationCore (1)
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
2232_lastCommitTime = currentTicks;
2 references to _lastCommitTime
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
908if (CurrentTicks - _lastCommitTime < RefreshPeriod) 913if (_lastCommitTime > CountsToTicks(_lastPresentationTime))