5 writes to _currentTime
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (5)
1183_currentTime = null; 1985_currentTime = TimeSpan.Zero; 2377_currentTime = localProgress; 2425_currentTime = TimeSpan.FromTicks((long)((t * durationInTicks) + 0.5)); 2434_currentTime = localProgress;
6 references to _currentTime
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
286return _currentTime; 504return _currentTime.HasValue ? _currentTime.Value : TimeSpan.Zero; 720TimeSpan? lastCurrentTime = _currentTime; 3140parentTime = _parent._currentTime; // This is Null if parent is off; we still init the 'out' parameter 3256_currentTime;