2 writes to _row
System.Web (2)
UI\WebControls\FormView.cs (2)
1407
_row
= CreateRow(0, DataControlRowType.EmptyDataRow, DataControlRowState.Normal, rows, null);
1456
_row
= CreateDataRow(dataBinding, rows, _dataItem);
2 references to _row
System.Web (2)
UI\WebControls\FormView.cs (2)
1032
if (
_row
== null) {
1035
return
_row
;