4 references to HorizontalScrollBarThumbWidth
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
764
int dropWidth = Math.Min(SystemInformation.
HorizontalScrollBarThumbWidth
, adjustedSize.Width - 2 * DATAGRIDVIEWCOMBOBOXCELL_margin - 1);
1466
preferredSize.Width += SystemInformation.
HorizontalScrollBarThumbWidth
+ 1 + 2 * DATAGRIDVIEWCOMBOBOXCELL_margin + borderAndPaddingWidths;
1470
preferredSize.Width = Math.Max(preferredSize.Width, borderAndPaddingWidths + SystemInformation.
HorizontalScrollBarThumbWidth
+ 1 + DATAGRIDVIEWCELL_iconMarginWidth * 2 + iconsWidth);
2226
int dropWidth = Math.Min(SystemInformation.
HorizontalScrollBarThumbWidth
, valBounds.Width - 2 * DATAGRIDVIEWCOMBOBOXCELL_margin - 1);