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