4 references to initialOrientation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
470
this.
initialOrientation
.AbsoluteDeceleration = behavior.DesiredDeceleration;
471
this.
initialOrientation
.AbsoluteOffset = behavior.DesiredRotation;
472
this.
initialOrientation
.Velocity = behavior.InitialVelocity;
638
this.orientation = Prepare(this.
initialOrientation
, "orientation");