16 references to HorizontalScrollBarHeight
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
10165
int horizScrollBarHeight = _horizScrollBar.Height = SystemInformation.
HorizontalScrollBarHeight
;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
2041
GetRowsHeightExceedLimit(DataGridViewElementStates.Visible, 0, rowIndex, DataGridView.LayoutInfo.Data.Height + SystemInformation.
HorizontalScrollBarHeight
);
2053
useRowShortcut = GetRowsHeightExceedLimit(DataGridViewElementStates.Visible, 0, rowIndex, DataGridView.LayoutInfo.Data.Height + DataGridView.VerticalScrollingOffset + SystemInformation.
HorizontalScrollBarHeight
) &&
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
31
private static readonly int s_resizeGripSize = SystemInformation.
HorizontalScrollBarHeight
;
41
new(SystemInformation.VerticalScrollBarWidth * 4, SystemInformation.
HorizontalScrollBarHeight
* 4);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
433
scrollBarPadding.Height += SystemInformation.
HorizontalScrollBarHeight
;
System\Windows\Forms\Form.cs (3)
3097
correctClientSize.Height += SystemInformation.
HorizontalScrollBarHeight
;
3127
correct.Height += SystemInformation.
HorizontalScrollBarHeight
;
5376
y += SystemInformation.
HorizontalScrollBarHeight
;
System\Windows\Forms\Scrolling\HScrollBar.cs (1)
24
=> new(80, SystemInformation.
HorizontalScrollBarHeight
);
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
308
fullClient.Height += SystemInformation.
HorizontalScrollBarHeight
;
312
minClient.Height -= SystemInformation.
HorizontalScrollBarHeight
;
495
clientToBe.Height -= SystemInformation.
HorizontalScrollBarHeight
;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ByteViewer.cs (1)
438
_scrollbarHeight = SystemInformation.
HorizontalScrollBarHeight
;
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
116
size.Height += SystemInformation.
HorizontalScrollBarHeight
;
431
clientHeight += SystemInformation.
HorizontalScrollBarHeight
;