4 references to DefaultMaxDropDownItems
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
375[DefaultValue(DefaultMaxDropDownItems)] 378get => Properties.GetValueOrDefault(s_propComboBoxCellMaxDropDownItems, DefaultMaxDropDownItems); 389Properties.AddOrRemoveValue(s_propComboBoxCellMaxDropDownItems, value, defaultValue: DefaultMaxDropDownItems);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxColumn.cs (1)
411[DefaultValue(DataGridViewComboBoxCell.DefaultMaxDropDownItems)]