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