4 references to initialOrientation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
463
this.
initialOrientation
.AbsoluteDeceleration = behavior.DesiredDeceleration;
464
this.
initialOrientation
.AbsoluteOffset = behavior.DesiredRotation;
465
this.
initialOrientation
.Velocity = behavior.InitialVelocity;
631
this.orientation = Prepare(this.
initialOrientation
, "orientation");