1 instantiation of TableRowCollection
System.Web (1)
UI\WebControls\Table.cs (1)
217_rows = new TableRowCollection(this);
19 references to TableRowCollection
System.Web (19)
UI\WebControls\DataGrid.cs (3)
1107TableRowCollection rows = table.Rows; 1226private DataGridItem CreateItem(int itemIndex, int dataSourceIndex, ListItemType itemType, bool dataBind, object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource) { 1659TableRowCollection rows = childTable.Rows;
UI\WebControls\DetailsView.cs (5)
1625TableRowCollection rows = table.Rows; 1741private ICollection CreateDataRows(bool dataBinding, TableRowCollection rows, object dataItem) { 1747private ICollection CreateDataRowsFromFields(object dataItem, bool dataBinding, TableRowCollection rows) { 2108private DetailsViewRow CreateRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState, DataControlField field, TableRowCollection rows, PagedDataSource pagedDataSource) { 3255TableRowCollection rows = childTable.Rows;
UI\WebControls\FormView.cs (5)
1394TableRowCollection rows = table.Rows; 1504private FormViewRow CreateDataRow(bool dataBinding, TableRowCollection rows, object dataItem) { 1529private FormViewRow CreateDataRowFromTemplates(bool dataBinding, TableRowCollection rows) { 1801private FormViewRow CreateRow(int itemIndex, DataControlRowType rowType, DataControlRowState rowState, TableRowCollection rows, PagedDataSource pagedDataSource) { 2792TableRowCollection rows = childTable.Rows;
UI\WebControls\GridView.cs (3)
2037TableRowCollection rows = table.Rows; 2646private GridViewRow CreateRow(int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, bool dataBind, object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) { 3972TableRowCollection rows = childTable.Rows;
UI\WebControls\Table.cs (3)
27private TableRowCollection _rows; 214public virtual TableRowCollection Rows { 333TableRowCollection rows = Rows;