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