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