4 writes to y
System.Drawing (4)
commonui\System\Drawing\Point.cs (4)
50this.y = y; 62this.y = sz.Height; 73this.y = (short)HIWORD(dw); 114y = value;
3 references to y
System.Drawing (3)
commonui\System\Drawing\Point.cs (3)
86return x == 0 && y == 0; 111return y; 253return unchecked(x ^ y);