2 writes to id
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\Manipulator2D.cs (2)
93
this.
id
= id;
111
this.
id
= value;
2 references to id
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\Manipulator2D.cs (2)
72
return (
id
.GetHashCode() ^ x.GetHashCode() ^ y.GetHashCode());
107
return this.
id
;