3 writes to _currentTickInterval
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (3)
393_currentTickInterval = TimeIntervalCollection.CreateNullPoint(); 397_currentTickInterval = TimeIntervalCollection.CreateOpenClosedInterval(_lastTickTime, _globalTime); 755_currentTickInterval = value; // This allows temporarily setting custom interval values
2 references to _currentTickInterval
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (2)
402_currentTickInterval.AddNullPoint(); 751return _currentTickInterval;