6 references to WS_EX_CONTROLPARENT
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
299
cp.ExStyle |= NativeMethods.
WS_EX_CONTROLPARENT
;
winforms\Managed\System\WinForms\Control.cs (1)
1874
cp.ExStyle |= NativeMethods.
WS_EX_CONTROLPARENT
;
winforms\Managed\System\WinForms\GroupBox.cs (1)
165
cp.ExStyle |= NativeMethods.
WS_EX_CONTROLPARENT
;
winforms\Managed\System\WinForms\Panel.cs (1)
163
cp.ExStyle |= NativeMethods.
WS_EX_CONTROLPARENT
;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
335
cp.ExStyle |= (NativeMethods.
WS_EX_CONTROLPARENT
); /* show in taskbar = false */
winforms\Managed\System\WinForms\UserControl.cs (1)
200
cp.ExStyle |= NativeMethods.
WS_EX_CONTROLPARENT
;