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