4 references to SpeedRatio
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (2)
123
_appliedSpeedRatio = _timeline.
SpeedRatio
;
1866
double pendingSpeedRatio = _rootData.PendingSpeedRatio.Value * _timeline.
SpeedRatio
;
System\Windows\Media\Animation\Timeline.cs (2)
1117
if (
SpeedRatio
!= 1.0f)
1120
builder.Append(
SpeedRatio
);