1 write to _rows
System.Web (1)
UI\WebControls\GridViewRowCollection.cs (1)
26this._rows = rows;
3 references to _rows
System.Web (3)
UI\WebControls\GridViewRowCollection.cs (3)
35return _rows.Count; 78return(GridViewRow)_rows[index]; 105return _rows.GetEnumerator();