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