3 writes to _currentTickInterval
PresentationCore (3)
System\Windows\Media\Animation\TimeManager.cs (3)
388_currentTickInterval = TimeIntervalCollection.CreateNullPoint(); 392_currentTickInterval = TimeIntervalCollection.CreateOpenClosedInterval(_lastTickTime, _globalTime); 750_currentTickInterval = value; // This allows temporarily setting custom interval values
2 references to _currentTickInterval
PresentationCore (2)
System\Windows\Media\Animation\TimeManager.cs (2)
397_currentTickInterval.AddNullPoint(); 746return _currentTickInterval;