2 references to s_propComboBoxCellDisplayMemberProp
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
226get => Properties.GetValueOrDefault<PropertyDescriptor?>(s_propComboBoxCellDisplayMemberProp); 227set => Properties.AddOrRemoveValue(s_propComboBoxCellDisplayMemberProp, value);