2 references to SetWindowExtEx
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
16697
SafeNativeMethods.
SetWindowExtEx
(new HandleRef(null, hdcDraw), control.Width, control.Height, sWindowExt);
16722
SafeNativeMethods.
SetWindowExtEx
(new HandleRef(null, hdcDraw), sWindowExt.cx, sWindowExt.cy, null);