2 writes to outerTableImplied
System.Web (2)
UI\WebControls\RepeatInfo.cs (2)
39
outerTableImplied
= false;
93
outerTableImplied
= value;
6 references to outerTableImplied
System.Web (6)
UI\WebControls\RepeatInfo.cs (6)
90
return
outerTableImplied
;
154
Debug.Assert(
outerTableImplied
== false, "Cannot use outer implied table with Horizontal layout");
408
if (!
outerTableImplied
) {
479
else if (!
outerTableImplied
) {
559
if (!
outerTableImplied
) {
616
(!
outerTableImplied
) && (!IsListLayout)) {