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