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