2 references to FormViewRow
System.Web (2)
UI\WebControls\FormView.cs (1)
1824return new FormViewRow(itemIndex, rowType, rowState);
UI\WebControls\FormViewPagerRow.cs (1)
20public FormViewPagerRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState) : base(rowIndex, rowType, rowState) {