2 writes to PendingSpeedRatio
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
950
_rootData.
PendingSpeedRatio
= ratio;
1890
_rootData.
PendingSpeedRatio
= null;
3 references to PendingSpeedRatio
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
1850
if (_rootData.
PendingSpeedRatio
.HasValue)
1852
double pendingSpeedRatio = _rootData.
PendingSpeedRatio
.Value * _timeline.SpeedRatio;
1887
_rootData.InteractiveSpeedRatio = _rootData.
PendingSpeedRatio
.Value;