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