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)
1032if (_row == null) { 1035return _row;