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