5 references to TableSection
System.Web (5)
UI\WebControls\Table.cs (4)
340if (row.TableSection < currentSection) { 344if (currentSection < row.TableSection || (row.TableSection == TableRowSection.TableHeader && !openedTag)) { 348currentSection = row.TableSection;
UI\WebControls\TableRowCollection.cs (1)
85if (row.TableSection != TableRowSection.TableBody) {