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