1 write to _previousRepeatTime
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
4090
set {
_previousRepeatTime
= value; }
2 references to _previousRepeatTime
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
4049
return (
_previousRepeatTime
+ _syncClock.GetCurrentTimeCore() >= _syncClockEffectiveDuration.Value);
4089
get { return
_previousRepeatTime
; }