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)
102if (_emptyZoneTextStyle == null) { 105((IStateManager)_emptyZoneTextStyle).TrackViewState(); 109return _emptyZoneTextStyle; 632myState[emptyZoneTextStyleIndex] = (_emptyZoneTextStyle != null) ? ((IStateManager)_emptyZoneTextStyle).SaveViewState() : null; 654if (_emptyZoneTextStyle != null) { 655((IStateManager) _emptyZoneTextStyle).TrackViewState();