3 references to PropComboBoxCellValueMember
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
653object valueMember = this.Properties.GetObject(PropComboBoxCellValueMember); 684if ((value != null && value.Length > 0) || this.Properties.ContainsObject(PropComboBoxCellValueMember)) 686this.Properties.SetObject(PropComboBoxCellValueMember, value);