17 references to DataRow
System.Web (16)
UI\WebControls\DetailsView.cs (5)
1755DataControlRowType rowType = DataControlRowType.DataRow; 2211if (rows[i].RowType != DataControlRowType.DataRow) { 2754case DataControlRowType.DataRow: 3277case DataControlRowType.DataRow: 3313if (rowType == DataControlRowType.DataRow && field != null) {
UI\WebControls\FormView.cs (3)
1540return CreateRow(PageIndex, DataControlRowType.DataRow, rowState, rows, null); 2381case DataControlRowType.DataRow: 2808case DataControlRowType.DataRow:
UI\WebControls\GridView.cs (8)
1240row.RowType = DataControlRowType.DataRow; 2186rowType = DataControlRowType.DataRow; 2208rowType = DataControlRowType.DataRow; 4008case DataControlRowType.DataRow: 4069if (row.RowType == DataControlRowType.DataRow && calculateColumns) { 4082case DataControlRowType.DataRow: 4096if (row.RowType == DataControlRowType.DataRow) { 4109if (row.RowType == DataControlRowType.DataRow) {
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
616if (e.Row.RowType == DataControlRowType.DataRow)