3 references to PropComboBoxCellDataManager
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
162if (value != null || this.Properties.ContainsObject(PropComboBoxCellDataManager)) 164this.Properties.SetObject(PropComboBoxCellDataManager, value); 1019CurrencyManager cm = (CurrencyManager)this.Properties.GetObject(PropComboBoxCellDataManager);