3 references to s_propComboBoxCellItems
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
370internal bool HasItems => Properties.ContainsKey(s_propComboBoxCellItems); 1086if (!Properties.TryGetValue(s_propComboBoxCellItems, out ObjectCollection? items)) 1089Properties.AddValue(s_propComboBoxCellItems, items);