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