3 references to MenuHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
737int menuHeight = SystemInformation.MenuHeight;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
453int height = SystemInformation.MenuHeight; 455Assert.Equal(height, SystemInformation.MenuHeight);