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)
908
if (CurrentTicks -
_lastCommitTime
< RefreshPeriod)
913
if (
_lastCommitTime
> CountsToTicks(_lastPresentationTime))