7 references to MoveToEx
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1863
PInvoke.
MoveToEx
(desktopDC, start.X, start.Y, lppt: null);
System.Windows.Forms.Primitives (6)
_generated\414\Windows.Win32.PInvoke.GDI32.dll.g.cs (4)
564
/// <inheritdoc cref="
MoveToEx
(winmdroot.Graphics.Gdi.HDC, int, int, global::System.Drawing.Point*)"/>
571
winmdroot.Foundation.BOOL __result = PInvoke.
MoveToEx
(hdc, x, y, lpptLocal);
576
/// <inheritdoc cref="
MoveToEx
(winmdroot.Graphics.Gdi.HDC, int, int, global::System.Drawing.Point*)"/>
580
winmdroot.Foundation.BOOL __result = PInvoke.
MoveToEx
(hdc, x, y, default(global::System.Drawing.Point* ));
System\Windows\Forms\DeviceContextExtensions.cs (2)
92
PInvoke.
MoveToEx
(hdc, lines[i], lines[i + 1], &oldPoint);
94
PInvoke.
MoveToEx
(hdc, oldPoint.X, oldPoint.Y, lppt: null);