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