2 references to s_propComboBoxCellColumnTemplate
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
447
get => Properties.GetValueOrDefault<DataGridViewComboBoxColumn>(
s_propComboBoxCellColumnTemplate
);
448
set => Properties.AddOrRemoveValue(
s_propComboBoxCellColumnTemplate
, value);