1 write to _stepStyle
System.Web (1)
UI\WebControls\Wizard.cs (1)
1027
_stepStyle
= new TableItemStyle();
11 references to _stepStyle
System.Web (11)
UI\WebControls\Wizard.cs (11)
1026
if (
_stepStyle
== null) {
1029
((IStateManager)
_stepStyle
).TrackViewState();
1031
return
_stepStyle
;
1993
myState[6] = (
_stepStyle
!= null) ? ((IStateManager)
_stepStyle
).SaveViewState() : null;
2050
if (
_stepStyle
!= null)
2051
((IStateManager)
_stepStyle
).TrackViewState();
2700
if (Owner.
_stepStyle
!= null) {
2701
if (!Owner.DesignMode && Owner.IsMacIE5 && Owner.
_stepStyle
.Height == Unit.Empty) {
2702
Owner.
_stepStyle
.Height = Unit.Pixel(1);
2705
_stepTableCell.ApplyStyle(Owner.
_stepStyle
);