5 writes to _currentTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
1166
_currentTime
= null;
1967
_currentTime
= TimeSpan.Zero;
2359
_currentTime
= localProgress;
2407
_currentTime
= TimeSpan.FromTicks((long)((t * durationInTicks) + 0.5));
2416
_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
;
3120
parentTime = _parent.
_currentTime
; // This is Null if parent is off; we still init the 'out' parameter
3236
_currentTime
;