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