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