2 references to s_propComboBoxCellDropDownWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
318
get => Properties.GetValueOrDefault(
s_propComboBoxCellDropDownWidth
, 1);
326
Properties.AddOrRemoveValue(
s_propComboBoxCellDropDownWidth
, value, defaultValue: 1);