1 write to x
System.Windows.Forms (1)
misc\GDI\NativeMethods.cs (1)
231this.x = x;
2 references to x
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);