1 type derived from HtmlTableRow
System.Web.Extensions (1)
UI\WebControls\ListViewTableRow.cs (1)
16internal class ListViewTableRow : HtmlTableRow {
11 references to HtmlTableRow
System.Web (10)
UI\HtmlControls\HtmlTable.cs (2)
300if (child is HtmlTableRow) 312if (child is HtmlTableRow)
UI\HtmlControls\HtmlTableCellCollection.cs (2)
35private HtmlTableRow owner; 37internal HtmlTableCellCollection(HtmlTableRow owner) {
UI\HtmlControls\HtmlTableRowCollection.cs (5)
68public HtmlTableRow this[int index] 71return(HtmlTableRow)owner.Controls[index]; 81public void Add(HtmlTableRow row) { 92public void Insert(int index, HtmlTableRow row) { 152public void Remove(HtmlTableRow row) {
UI\HTMLTagNameToTypeMapper.cs (1)
41t.Add("tr", typeof(HtmlTableRow));
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1365if (container is HtmlTableRow) {