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