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