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