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)
286
return
_currentTime
;
504
return
_currentTime
.HasValue ?
_currentTime
.Value : TimeSpan.Zero;
720
TimeSpan? lastCurrentTime =
_currentTime
;
3140
parentTime = _parent.
_currentTime
; // This is Null if parent is off; we still init the 'out' parameter
3256
_currentTime
;