2 writes to PendingSpeedRatio
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
967_rootData.PendingSpeedRatio = ratio; 1907_rootData.PendingSpeedRatio = null;
3 references to PendingSpeedRatio
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
1867if (_rootData.PendingSpeedRatio.HasValue) 1869double pendingSpeedRatio = _rootData.PendingSpeedRatio.Value * _timeline.SpeedRatio; 1904_rootData.InteractiveSpeedRatio = _rootData.PendingSpeedRatio.Value;