6 references to Length
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (5)
876
double oldVectorLength = oldVectorFromOrigin.
Length
;
877
double newVectorLength = newVectorFromOrigin.
Length
;
888
(oldVectorFromPivot.
Length
>= minimumScaleRotateRadius &&
889
newVectorFromPivot.
Length
>= minimumScaleRotateRadius)))
959
torqueFactor = (float)Math.Min(1.0, Math.Pow(oldVector.
Length
/ settings.Pivot.Radius, singleManipulatorTorqueFactor));
System\Windows\Input\Manipulations\VectorF.cs (1)
369
float length =
Length
;