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