5 writes to _currentTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
1167
_currentTime
= null;
1968
_currentTime
= TimeSpan.Zero;
2360
_currentTime
= localProgress;
2408
_currentTime
= TimeSpan.FromTicks((long)((t * durationInTicks) + 0.5));
2417
_currentTime
= localProgress;
5 references to _currentTime
PresentationCore (5)
System\Windows\Media\Animation\Clock.cs (5)
271
return
_currentTime
;
489
return
_currentTime
?? TimeSpan.Zero;
705
TimeSpan? lastCurrentTime =
_currentTime
;
3121
parentTime = _parent.
_currentTime
; // This is Null if parent is off; we still init the 'out' parameter
3237
_currentTime
;