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