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();
751
return
_currentTickInterval
;