3 references to FixedFrameBorderSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
913Size fixedFrameBoderSize = SystemInformation.FixedFrameBorderSize;
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
33+ (2 * SystemInformation.FixedFrameBorderSize.Height);
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
251int xFrame = SystemInformation.FixedFrameBorderSize.Width;