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