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