3 writes to _currentTickInterval
PresentationCore (3)
System\Windows\Media\Animation\TimeManager.cs (3)
373_currentTickInterval = TimeIntervalCollection.CreateNullPoint(); 377_currentTickInterval = TimeIntervalCollection.CreateOpenClosedInterval(_lastTickTime, _globalTime); 732_currentTickInterval = value; // This allows temporarily setting custom interval values
2 references to _currentTickInterval
PresentationCore (2)
System\Windows\Media\Animation\TimeManager.cs (2)
382_currentTickInterval.AddNullPoint(); 728return _currentTickInterval;