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