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