2 references to s_propComboBoxCellDataManager
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
127
set => Properties.AddOrRemoveValue(
s_propComboBoxCellDataManager
, value);
792
CurrencyManager? cm = Properties.GetValueOrDefault<CurrencyManager?>(
s_propComboBoxCellDataManager
);