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