2 references to PropComboBoxCellColumnTemplate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
639
return (DataGridViewComboBoxColumn) this.Properties.GetObject(
PropComboBoxCellColumnTemplate
);
643
this.Properties.SetObject(
PropComboBoxCellColumnTemplate
, value);