1 instantiation of TableCellCollection
System.Web (1)
UI\WebControls\TableRow.cs (1)
54
cells = new
TableCellCollection
(this);
7 references to TableCellCollection
System.Web (7)
UI\WebControls\DataGrid.cs (2)
1279
TableCellCollection
cells = item.Cells;
1780
TableCellCollection
cells = item.Cells;
UI\WebControls\DetailsView.cs (1)
2747
TableCellCollection
cells = row.Cells;
UI\WebControls\FormView.cs (1)
2374
TableCellCollection
cells = row.Cells;
UI\WebControls\GridView.cs (1)
3322
TableCellCollection
cells = row.Cells;
UI\WebControls\TableRow.cs (2)
29
TableCellCollection
cells;
51
public virtual
TableCellCollection
Cells {