1 write to y
System.Windows.Forms (1)
misc\GDI\NativeMethods.cs (1)
232this.y = y;
2 references to y
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
237return new System.Drawing.Point(this.x, this.y);
misc\GDI\WindowsGraphics2.cs (1)
693IntUnsafeNativeMethods.MoveToEx(hdc, oldPoint.x, oldPoint.y, null);