6 references to Length
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (5)
870
double oldVectorLength = oldVectorFromOrigin.
Length
;
871
double newVectorLength = newVectorFromOrigin.
Length
;
882
(oldVectorFromPivot.
Length
>= minimumScaleRotateRadius &&
883
newVectorFromPivot.
Length
>= minimumScaleRotateRadius)))
953
torqueFactor = (float)Math.Min(1.0, Math.Pow(oldVector.
Length
/ settings.Pivot.Radius, singleManipulatorTorqueFactor));
System\Windows\Input\Manipulations\VectorF.cs (1)
366
float length =
Length
;