4 references to ManipulationState
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
745this.history.Enqueue(new ManipulationState((PointF)translation, smoothedScale, smoothedExpansion, smoothedRotation, timestamp)); 825this.smoothing.Enqueue(new ManipulationState( 1004this.currentManipulationState = new ManipulationState(position, scale, expansion, orientation, timestamp); 1568this(ZeroPoint, 1.0f, 0.0f, 0.0f, timestamp)