6 references to WS_EX_CONTROLPARENT
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
1410
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CONTROLPARENT
;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
128
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CONTROLPARENT
;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
224
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CONTROLPARENT
;
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
294
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CONTROLPARENT
;
System\Windows\Forms\Panels\Panel.cs (1)
124
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CONTROLPARENT
;
System\Windows\Forms\UserControl.cs (1)
160
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CONTROLPARENT
;