1 override of HasMenu
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
1228internal override bool HasMenu {
4 references to HasMenu
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (3)
6589AdjustWindowRectEx(ref adornments, cp.Style, HasMenu, cp.ExStyle); 11484AdjustWindowRectEx(ref adornments, cp.Style, HasMenu, cp.ExStyle); 11956AdjustWindowRectEx(ref rect, cp.Style, HasMenu, cp.ExStyle);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
641AdjustWindowRectEx(ref rect, cp.Style, HasMenu, cp.ExStyle);