1 write to _rows
System.Web (1)
UI\WebControls\Table.cs (1)
217
_rows
= new TableRowCollection(this);
2 references to _rows
System.Web (2)
UI\WebControls\Table.cs (2)
216
if (
_rows
== null)
218
return
_rows
;