1 write to desiredDisplacement
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
451this.desiredDisplacement = behavior.DesiredDisplacement;
3 references to desiredDisplacement
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
613if (!double.IsNaN(this.desiredDisplacement)) 616VectorD desiredTranslationXY = GetAbsoluteVector(this.desiredDisplacement, 626Debug.Assert(double.IsNaN(this.desiredDisplacement), "desiredDisplacement and desiredDeceleration are mutually exclusive.");