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