1 write to _labelStyle
System.Web (1)
UI\WebParts\ToolZone.cs (1)
196_labelStyle = new Style();
7 references to _labelStyle
System.Web (7)
UI\WebParts\ToolZone.cs (7)
195if (_labelStyle == null) { 198((IStateManager)_labelStyle).TrackViewState(); 202return _labelStyle; 406myState[labelStyleIndex] = (_labelStyle != null) ? ((IStateManager)_labelStyle).SaveViewState() : null; 433if (_labelStyle != null) { 434((IStateManager) _labelStyle).TrackViewState();