1 write to orientation
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
634
this.
orientation
= Prepare(this.initialOrientation, "orientation");
3 references to orientation
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
543
this.
orientation
.GetVelocity(timeDelta),
640
this.
orientation
.ExtrapolationResult == ExtrapolationResult.Skip &&
764
ExtrapolatedValue extrapolatedOrientation = GetExtrapolatedValueAndUpdateState(this.
orientation
, timeDelta);