2 writes to PendingSpeedRatio
PresentationCore (2)
System\Windows\Media\Animation\Clock.cs (2)
951
_rootData.
PendingSpeedRatio
= ratio;
1891
_rootData.
PendingSpeedRatio
= null;
3 references to PendingSpeedRatio
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
1851
if (_rootData.
PendingSpeedRatio
.HasValue)
1853
double pendingSpeedRatio = _rootData.
PendingSpeedRatio
.Value * _timeline.SpeedRatio;
1888
_rootData.InteractiveSpeedRatio = _rootData.
PendingSpeedRatio
.Value;