3 writes to HasRowSections
System.Web (3)
UI\WebControls\TableRow.cs (1)
106
parentTable.
HasRowSections
= true;
UI\WebControls\TableRowCollection.cs (2)
86
owner.
HasRowSections
= true;
109
owner.
HasRowSections
= false;
1 reference to HasRowSections
System.Web (1)
UI\WebControls\Table.cs (1)
336
if (
HasRowSections
) {