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