11 writes to BorderTable
System.Web (11)
UI\WebControls\ChangePassword.cs (2)
2743successContainer.BorderTable = table2; 3163container.BorderTable = table2;
UI\WebControls\login.cs (4)
1984loginContainer.BorderTable = table2; 2080loginContainer.BorderTable = table2; 2185loginContainer.BorderTable = table2; 2286loginContainer.BorderTable = table2;
UI\WebControls\PasswordRecovery.cs (5)
2419questionContainer.BorderTable = table2; 2514questionContainer.BorderTable = table2; 2558successContainer.BorderTable = table2; 2710userNameContainer.BorderTable = table2; 2781userNameContainer.BorderTable = table2;
16 references to BorderTable
System.Web (16)
UI\WebControls\ChangePassword.cs (4)
2241container.BorderTable.CellPadding = BorderPadding; 2242container.BorderTable.CellSpacing = 0; 2507container.BorderTable.CellPadding = BorderPadding; 2508container.BorderTable.CellSpacing = 0;
UI\WebControls\login.cs (2)
1449container.BorderTable.CellPadding = BorderPadding; 1450container.BorderTable.CellSpacing = 0;
UI\WebControls\LoginUtil.cs (4)
303return (BorderTable != null); 363BorderTable.CopyBaseAttributes(this); 369LoginUtil.CopyBorderStyles(BorderTable, ControlStyle); 384ControlCollection controlsInCell = BorderTable.Rows[0].Cells[0].Controls;
UI\WebControls\PasswordRecovery.cs (6)
1772container.BorderTable.CellPadding = BorderPadding; 1773container.BorderTable.CellSpacing = 0; 1978container.BorderTable.CellPadding = BorderPadding; 1979container.BorderTable.CellSpacing = 0; 2022_userNameContainer.BorderTable.CellPadding = BorderPadding; 2023_userNameContainer.BorderTable.CellSpacing = 0;