4 references to TableHeader
System.Web (4)
UI\WebControls\Table.cs (3)
337
TableRowSection currentSection = TableRowSection.
TableHeader
;
344
if (currentSection < row.TableSection || (row.TableSection == TableRowSection.
TableHeader
&& !openedTag)) {
351
case TableRowSection.
TableHeader
:
UI\WebControls\TableRow.cs (1)
97
if (value < TableRowSection.
TableHeader
|| value > TableRowSection.TableFooter) {