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