1 write to _rows
System.Web (1)
UI\WebControls\DetailsViewRowCollection.cs (1)
23this._rows = rows;
3 references to _rows
System.Web (3)
UI\WebControls\DetailsViewRowCollection.cs (3)
32return _rows.Count; 75return(DetailsViewRow)_rows[index]; 101return _rows.GetEnumerator();