2 writes to InitialVelocity
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
101
behavior2D.
InitialVelocity
= (float)AngleUtil.DegreesToRadians(behavior._initialVelocity);
105
behavior2D.
InitialVelocity
= (float)AngleUtil.DegreesToRadians(initialVelocity);
2 references to InitialVelocity
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
472
this.initialOrientation.Velocity = behavior.
InitialVelocity
;
System\Windows\Input\Manipulations\InertiaRotationBehavior2D.cs (1)
71
/// <strong><see cref="
InitialVelocity
"/></strong> property.