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