5 writes to _currentTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
1180_currentTime = null; 1982_currentTime = TimeSpan.Zero; 2374_currentTime = localProgress; 2422_currentTime = TimeSpan.FromTicks((long)((t * durationInTicks) + 0.5)); 2431_currentTime = localProgress;
6 references to _currentTime
PresentationCore (6)
System\Windows\Media\Animation\Clock.cs (6)
284return _currentTime; 502return _currentTime.HasValue ? _currentTime.Value : TimeSpan.Zero; 718TimeSpan? lastCurrentTime = _currentTime; 3135parentTime = _parent._currentTime; // This is Null if parent is off; we still init the 'out' parameter 3251_currentTime;