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