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