2 writes to CurrentManipulatorSnapshot
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
329
state.
CurrentManipulatorSnapshot
= manipulator;
1188
state.
CurrentManipulatorSnapshot
= state.InitialManipulatorSnapshot;
12 references to CurrentManipulatorSnapshot
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
326
if (state.
CurrentManipulatorSnapshot
.X != manipulator.X ||
327
state.
CurrentManipulatorSnapshot
.Y != manipulator.Y)
861
VectorF newVectorFromOrigin = new PointF(pair.Value.
CurrentManipulatorSnapshot
.X, pair.Value.
CurrentManipulatorSnapshot
.Y) - averagePoint;
864
? new VectorF(pair.Value.
CurrentManipulatorSnapshot
.X - settings.Pivot.X, pair.Value.
CurrentManipulatorSnapshot
.Y - settings.Pivot.Y)
1016
x += pair.Value.
CurrentManipulatorSnapshot
.X;
1017
y += pair.Value.
CurrentManipulatorSnapshot
.Y;
1036
pair.Value.
CurrentManipulatorSnapshot
.X,
1037
pair.Value.
CurrentManipulatorSnapshot
.Y) - referenceOrigin;
1039
? new VectorF(pair.Value.
CurrentManipulatorSnapshot
.X - settings.Pivot.X, pair.Value.
CurrentManipulatorSnapshot
.Y - settings.Pivot.Y)