1 instantiation of HtmlTableRowCollection
System.Web (1)
UI\HtmlControls\HtmlTable.cs (1)
250
rows = new
HtmlTableRowCollection
(this);
2 references to HtmlTableRowCollection
System.Web (2)
UI\HtmlControls\HtmlTable.cs (2)
29
HtmlTableRowCollection
rows;
247
public virtual
HtmlTableRowCollection
Rows {