1 write to rows
System.Web (1)
UI\HtmlControls\HtmlTable.cs (1)
250
rows
= new HtmlTableRowCollection(this);
2 references to rows
System.Web (2)
UI\HtmlControls\HtmlTable.cs (2)
249
if (
rows
== null)
252
return
rows
;