3 references to CaptionHeight
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
2552 * xFrame + SystemInformation.CaptionHeight);
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
83int height = SystemInformation.CaptionHeight; 85Assert.Equal(height, SystemInformation.CaptionHeight);