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