3 writes to _sideBarTableCell
System.Web (3)
UI\WebControls\Wizard.cs (3)
341
_sideBarTableCell
= null;
957
_sideBarTableCell
= null;
2851
Owner.
_sideBarTableCell
= outerLeftCell;
7 references to _sideBarTableCell
System.Web (7)
UI\WebControls\Wizard.cs (7)
2635
Owner.
_sideBarTableCell
.ApplyStyle(Owner._sideBarStyle);
2742
if (Owner.
_sideBarTableCell
!= null) {
2743
Owner.
_sideBarTableCell
.Visible = Owner.SideBarEnabled && Owner._renderSideBarDataList;
2756
if (Owner.
_sideBarTableCell
!= null) {
2757
Owner.
_sideBarTableCell
.Visible = false;
2848
TableCell outerLeftCell = Owner.
_sideBarTableCell
?? CreateControlHierarchy_CreateSideBarTableCell();
2882
Owner._sideBarList = CreateControlHierarchy_SetUpSideBarList(Owner.
_sideBarTableCell
);