3 references to MoveToEx
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1863PInvoke.MoveToEx(desktopDC, start.X, start.Y, lppt: null);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\DeviceContextExtensions.cs (2)
92PInvoke.MoveToEx(hdc, lines[i], lines[i + 1], &oldPoint); 94PInvoke.MoveToEx(hdc, oldPoint.X, oldPoint.Y, lppt: null);