4 references to FixedFrameBorderSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
835
Size fixedFrameBoderSize = SystemInformation.
FixedFrameBorderSize
;
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
251
int xFrame = SystemInformation.
FixedFrameBorderSize
.Width;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
168
Size size = SystemInformation.
FixedFrameBorderSize
;
171
Assert.Equal(size, SystemInformation.
FixedFrameBorderSize
);