3 references to ToolWindowCaptionHeight
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2262Math.Max(SystemInformation.ToolWindowCaptionHeight - SystemInformation.BorderSize.Height - 2, Control.Font.Height),
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
712int height = SystemInformation.ToolWindowCaptionHeight; 714Assert.Equal(height, SystemInformation.ToolWindowCaptionHeight);