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