6 references to SetWindowExtEx
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
465
PInvoke.
SetWindowExtEx
(hdcDraw, _control.Width, _control.Height, (SIZE*)&sWindowExt);
489
PInvoke.
SetWindowExtEx
(hdcDraw, sWindowExt.Width, sWindowExt.Height, lpsz: null);
System.Windows.Forms.Primitives (4)
_generated\414\Windows.Win32.PInvoke.GDI32.dll.g.cs (4)
706
/// <inheritdoc cref="
SetWindowExtEx
(winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Foundation.SIZE*)"/>
713
winmdroot.Foundation.BOOL __result = PInvoke.
SetWindowExtEx
(hdc, x, y, lpszLocal);
718
/// <inheritdoc cref="
SetWindowExtEx
(winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Foundation.SIZE*)"/>
722
winmdroot.Foundation.BOOL __result = PInvoke.
SetWindowExtEx
(hdc, x, y, default(winmdroot.Foundation.SIZE* ));