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