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