11 references to X
System.Windows.Input.Manipulations (11)
System\Windows\Input\Manipulations\ManipulationSequence.cs (9)
326if (state.CurrentManipulatorSnapshot.X != manipulator.X || 332state.CurrentManipulatorSnapshot.Id + "\tChanged\t" + new PointF(state.CurrentManipulatorSnapshot.X, state.CurrentManipulatorSnapshot.Y)); 476state.Id + "\tAdded\t" + new PointF(state.InitialManipulatorSnapshot.X, state.InitialManipulatorSnapshot.Y)); 861VectorF 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) 1016x += pair.Value.CurrentManipulatorSnapshot.X; 1036pair.Value.CurrentManipulatorSnapshot.X, 1039? new VectorF(pair.Value.CurrentManipulatorSnapshot.X - settings.Pivot.X, pair.Value.CurrentManipulatorSnapshot.Y - settings.Pivot.Y)
System\Windows\Input\Manipulations\Manipulator2D.cs (2)
30manipulator1.X == manipulator2.X &&