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