2 writes to _appliedSpeedRatio
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
125_appliedSpeedRatio = _timeline.SpeedRatio; 1900_appliedSpeedRatio = pendingSpeedRatio;
19 references to _appliedSpeedRatio
PresentationCore (19)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (19)
904_beginTime = CurrentGlobalTime - DivideTimeSpan(destination, _appliedSpeedRatio); 1811_beginTime = CurrentGlobalTime - DivideTimeSpan(_rootData.PendingSeekDestination.Value, _appliedSpeedRatio); 1888_appliedSpeedRatio / pendingSpeedRatio); 1893_appliedSpeedRatio / pendingSpeedRatio); 1970TimeSpan offsetFromBegin = MultiplyTimeSpan(parentTime - beginTimeForOffsetComputation, _appliedSpeedRatio); 2212TimeSpan offsetFromBegin = MultiplyTimeSpan(parentTime - _currentIterationBeginTime.Value, _appliedSpeedRatio); 2334localSpeed *= _appliedSpeedRatio; 2519double scalingFactor = repeatBehavior.Count / _appliedSpeedRatio; 2559effectiveDuration = TimeSpan.FromTicks((long)(presentAndFutureDuration / _appliedSpeedRatio + 0.5)) + previousIterationDuration; 2827_currentDuration, _appliedSpeedRatio, 2862relativeBeginTime, _currentDuration, _appliedSpeedRatio, 2872relativeBeginTime, _currentDuration, _appliedSpeedRatio)) 2884postFillDuration, _currentDuration, _appliedSpeedRatio, 3201TimeSpan previewCurrentTimeLT = MultiplyTimeSpan(previewCurrentOffsetPT, _appliedSpeedRatio); // This is what our time would be 3270timeIntoSyncPeriodPT -= DivideTimeSpan(_syncData.SyncClockBeginTime, _appliedSpeedRatio); 3333TimeSpan ourProjectedElapsedTimeLT = MultiplyTimeSpan(parentElapsedTimePT, _appliedSpeedRatio); 3380TimeSpan parentTimeSlipPT = parentElapsedTimePT - DivideTimeSpan(syncElapsedTimeLT, _appliedSpeedRatio); 4020_syncClockSpeedRatio = _syncClock._appliedSpeedRatio; 4190long error = (long)Math.Max(_appliedSpeedRatio, 1.0);