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