6 references to Id
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
315removedManipulatorIds.Remove(manipulator.Id); 320if (this.manipulatorStates == null || !this.manipulatorStates.TryGetValue(manipulator.Id, out state) || state == null) 339state.CurrentManipulatorSnapshot.Id + "\tChanged\t" + new PointF(state.CurrentManipulatorSnapshot.X, state.CurrentManipulatorSnapshot.Y)); 1191ManipulatorState state = new ManipulatorState(manipulator.Id);
System\Windows\Input\Manipulations\Manipulator2D.cs (2)
30return manipulator1.Id == manipulator2.Id &&