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