1 write to _syncClock
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
4010_syncClock = syncClock;
6 references to _syncClock
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (6)
4019_syncClockBeginTime = _syncClock._beginTime; 4020_syncClockSpeedRatio = _syncClock._appliedSpeedRatio; 4026get { return _syncClock; } 4036_syncClockEffectiveDuration = _syncClock.ComputeEffectiveDuration(); // null == infinity 4037_syncClockResolvedDuration = _syncClock._resolvedDuration; 4049return (_previousRepeatTime + _syncClock.GetCurrentTimeCore() >= _syncClockEffectiveDuration.Value);