5 writes to _currentTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
1167_currentTime = null; 1969_currentTime = TimeSpan.Zero; 2361_currentTime = localProgress; 2409_currentTime = TimeSpan.FromTicks((long)((t * durationInTicks) + 0.5)); 2418_currentTime = localProgress;
6 references to _currentTime
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
271return _currentTime; 489return _currentTime.HasValue ? _currentTime.Value : TimeSpan.Zero; 705TimeSpan? lastCurrentTime = _currentTime; 3122parentTime = _parent._currentTime; // This is Null if parent is off; we still init the 'out' parameter 3238_currentTime;