3 references to WS_CAPTION
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
220
cp.Style &= ~(int)(WINDOW_STYLE.
WS_CAPTION
| WINDOW_STYLE.WS_CLIPSIBLINGS);
System\Windows\Forms\Form.cs (2)
3583
cp.Style |= (int)WINDOW_STYLE.
WS_CAPTION
;
3588
cp.Style |= (int)(WINDOW_STYLE.WS_SYSMENU | WINDOW_STYLE.
WS_CAPTION
);