2 writes to CurrentManipulatorSnapshot
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
330
state.
CurrentManipulatorSnapshot
= manipulator;
1189
state.
CurrentManipulatorSnapshot
= state.InitialManipulatorSnapshot;
15 references to CurrentManipulatorSnapshot
System.Windows.Input.Manipulations (15)
System\Windows\Input\Manipulations\ManipulationSequence.cs (15)
327
if (state.
CurrentManipulatorSnapshot
.X != manipulator.X ||
328
state.
CurrentManipulatorSnapshot
.Y != manipulator.Y)
333
state.
CurrentManipulatorSnapshot
.Id + "\tChanged\t" + new PointF(state.
CurrentManipulatorSnapshot
.X, state.
CurrentManipulatorSnapshot
.Y));
862
VectorF newVectorFromOrigin = new PointF(pair.Value.
CurrentManipulatorSnapshot
.X, pair.Value.
CurrentManipulatorSnapshot
.Y) - averagePoint;
865
? new VectorF(pair.Value.
CurrentManipulatorSnapshot
.X - settings.Pivot.X, pair.Value.
CurrentManipulatorSnapshot
.Y - settings.Pivot.Y)
1017
x += pair.Value.
CurrentManipulatorSnapshot
.X;
1018
y += pair.Value.
CurrentManipulatorSnapshot
.Y;
1037
pair.Value.
CurrentManipulatorSnapshot
.X,
1038
pair.Value.
CurrentManipulatorSnapshot
.Y) - referenceOrigin;
1040
? new VectorF(pair.Value.
CurrentManipulatorSnapshot
.X - settings.Pivot.X, pair.Value.
CurrentManipulatorSnapshot
.Y - settings.Pivot.Y)