1 write to _emptyZoneTextStyle
System.Web (1)
UI\WebParts\WebZone.cs (1)
103
_emptyZoneTextStyle
= new Style();
7 references to _emptyZoneTextStyle
System.Web (7)
UI\WebParts\WebZone.cs (7)
102
if (
_emptyZoneTextStyle
== null) {
105
((IStateManager)
_emptyZoneTextStyle
).TrackViewState();
109
return
_emptyZoneTextStyle
;
632
myState[emptyZoneTextStyleIndex] = (
_emptyZoneTextStyle
!= null) ? ((IStateManager)
_emptyZoneTextStyle
).SaveViewState() : null;
654
if (
_emptyZoneTextStyle
!= null) {
655
((IStateManager)
_emptyZoneTextStyle
).TrackViewState();