6 references to VerticalScrollBarArrowHeight
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
4508
int oldThumbHeight = Math.Max(((this.vertScrollBar.Height - 2*SystemInformation.
VerticalScrollBarArrowHeight
) * this.vertScrollBar.LargeChange) / this.vertScrollBar.Maximum, 8);
4518
oldThumbHeight != Math.Max(((this.vertScrollBar.Height - 2*SystemInformation.
VerticalScrollBarArrowHeight
) * this.vertScrollBar.LargeChange) / this.vertScrollBar.Maximum, 8)))
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
291
btnDropDown.Size = DpiHelper.EnableDpiChangedHighDpiImprovements ? new Size(SystemInformation.VerticalScrollBarArrowHeightForDpi(this.deviceDpi), RowHeight) : new Size(SystemInformation.
VerticalScrollBarArrowHeight
, RowHeight);
315
btnDialog.Size = DpiHelper.EnableDpiChangedHighDpiImprovements ? new Size(SystemInformation.VerticalScrollBarArrowHeightForDpi(this.deviceDpi), RowHeight) : new Size(SystemInformation.
VerticalScrollBarArrowHeight
, RowHeight);
4427
new Size(SystemInformation.
VerticalScrollBarArrowHeight
, RowHeight);
5190
btnDropDown.Size = new Size(SystemInformation.
VerticalScrollBarArrowHeight
, RowHeight);