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