4 references to initialOrientation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
467
this.
initialOrientation
.AbsoluteDeceleration = behavior.DesiredDeceleration;
468
this.
initialOrientation
.AbsoluteOffset = behavior.DesiredRotation;
469
this.
initialOrientation
.Velocity = behavior.InitialVelocity;
635
this.orientation = Prepare(this.
initialOrientation
, "orientation");