11 references to X
System.Windows.Input.Manipulations (11)
System\Windows\Input\Manipulations\ManipulationSequence.cs (9)
327if (state.CurrentManipulatorSnapshot.X != manipulator.X || 333state.CurrentManipulatorSnapshot.Id + "\tChanged\t" + new PointF(state.CurrentManipulatorSnapshot.X, state.CurrentManipulatorSnapshot.Y)); 477state.Id + "\tAdded\t" + new PointF(state.InitialManipulatorSnapshot.X, state.InitialManipulatorSnapshot.Y)); 862VectorF 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) 1017x += pair.Value.CurrentManipulatorSnapshot.X; 1037pair.Value.CurrentManipulatorSnapshot.X, 1040? new VectorF(pair.Value.CurrentManipulatorSnapshot.X - settings.Pivot.X, pair.Value.CurrentManipulatorSnapshot.Y - settings.Pivot.Y)
System\Windows\Input\Manipulations\Manipulator2D.cs (2)
31manipulator1.X == manipulator2.X &&