2 references to s_propComboBoxCellMaxDropDownItems
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
378
get => Properties.GetValueOrDefault(
s_propComboBoxCellMaxDropDownItems
, DefaultMaxDropDownItems);
389
Properties.AddOrRemoveValue(
s_propComboBoxCellMaxDropDownItems
, value, defaultValue: DefaultMaxDropDownItems);