3 writes to TemplateComboBoxColumn
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (3)
29((DataGridViewComboBoxCell)base.CellTemplate).TemplateComboBoxColumn = this; 93dataGridViewComboBoxCell.TemplateComboBoxColumn = this; 514((DataGridViewComboBoxCell) dataGridViewColumn.CellTemplate).TemplateComboBoxColumn = dataGridViewColumn;
3 references to TemplateComboBoxColumn
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
1877if (this.TemplateComboBoxColumn != null) 1879Debug.Assert(this.TemplateComboBoxColumn.CellTemplate == this); 1880this.TemplateComboBoxColumn.OnItemsCollectionChanged();