3 references to PropComboBoxCellValueMemberProp
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
695
return (PropertyDescriptor)this.Properties.GetObject(
PropComboBoxCellValueMemberProp
);
699
if (value != null || this.Properties.ContainsObject(
PropComboBoxCellValueMemberProp
))
701
this.Properties.SetObject(
PropComboBoxCellValueMemberProp
, value);