1 instantiation of DataGridViewCellCollection
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
1239
return new
DataGridViewCellCollection
(this);
10 references to DataGridViewCellCollection
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
20319
DataGridViewCellCollection
newRowCells = newRow.Cells;
winforms\Managed\System\WinForms\DataGridViewRow.cs (5)
35
private
DataGridViewCellCollection
rowCells;
75
public
DataGridViewCellCollection
Cells
1196
DataGridViewCellCollection
cells = this.Cells;
1237
protected virtual
DataGridViewCellCollection
CreateCellsInstance()
1875
DataGridViewCellCollection
cells = this.Cells;
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (4)
823
DataGridViewCellCollection
dgvcc = dataGridViewRow.Cells;
1841
DataGridViewCellCollection
dgvcc = dataGridViewRow.Cells;
2361
DataGridViewCellCollection
cells = dataGridViewRow.Cells;
2385
DataGridViewCellCollection
cells = dataGridViewRow.Cells;