5 writes to _currentTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
1166
_currentTime
= null;
1964
_currentTime
= TimeSpan.Zero;
2356
_currentTime
= localProgress;
2404
_currentTime
= TimeSpan.FromTicks((long)((t * durationInTicks) + 0.5));
2413
_currentTime
= localProgress;
5 references to _currentTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
270
return
_currentTime
;
488
return
_currentTime
?? TimeSpan.Zero;
704
TimeSpan? lastCurrentTime =
_currentTime
;
3114
parentTime = _parent.
_currentTime
; // This is Null if parent is off; we still init the 'out' parameter
3230
_currentTime
;