3 references to WS_CAPTION
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
3887cp.Style |= NativeMethods.WS_CAPTION; 3893cp.Style |= NativeMethods.WS_SYSMENU | NativeMethods.WS_CAPTION;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
331cp.Style &= ~(NativeMethods.WS_CAPTION | NativeMethods.WS_CLIPSIBLINGS); /* no caption, no siblings */