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