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)
85
int height = SystemInformation.
CaptionHeight
;
87
Assert.Equal(height, SystemInformation.
CaptionHeight
);