3 references to MoveToEx
System.Windows.Forms (3)
misc\GDI\WindowsGraphics2.cs (3)
95IntUnsafeNativeMethods.MoveToEx(hdc, p.X, p.Y, null); 680IntUnsafeNativeMethods.MoveToEx(hdc, x1, y1, oldPoint); 693IntUnsafeNativeMethods.MoveToEx(hdc, oldPoint.x, oldPoint.y, null);