4 writes to x
System.Drawing (4)
commonui\System\Drawing\Point.cs (4)
49this.x = x; 61this.x = sz.Width; 72this.x = (short)LOWORD(dw); 99x = value;
3 references to x
System.Drawing (3)
commonui\System\Drawing\Point.cs (3)
86return x == 0 && y == 0; 96return x; 253return unchecked(x ^ y);