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