2 writes to PendingSpeedRatio
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
964
_rootData.
PendingSpeedRatio
= ratio;
1904
_rootData.
PendingSpeedRatio
= null;
3 references to PendingSpeedRatio
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
1864
if (_rootData.
PendingSpeedRatio
.HasValue)
1866
double pendingSpeedRatio = _rootData.
PendingSpeedRatio
.Value * _timeline.SpeedRatio;
1901
_rootData.InteractiveSpeedRatio = _rootData.
PendingSpeedRatio
.Value;