6 references to SetWindowOrgEx
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
464PInvoke.SetWindowOrgEx(hdcDraw, 0, 0, &pW); 488PInvoke.SetWindowOrgEx(hdcDraw, pW.X, pW.Y, lppt: null);
System.Windows.Forms.Primitives (4)
_generated\414\Windows.Win32.PInvoke.GDI32.dll.g.cs (4)
743 /// <inheritdoc cref="SetWindowOrgEx(winmdroot.Graphics.Gdi.HDC, int, int, global::System.Drawing.Point*)"/> 750 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowOrgEx(hdc, x, y, lpptLocal); 755 /// <inheritdoc cref="SetWindowOrgEx(winmdroot.Graphics.Gdi.HDC, int, int, global::System.Drawing.Point*)"/> 759 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowOrgEx(hdc, x, y, default(global::System.Drawing.Point* ));