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)
195
if (
_labelStyle
== null) {
198
((IStateManager)
_labelStyle
).TrackViewState();
202
return
_labelStyle
;
406
myState[labelStyleIndex] = (
_labelStyle
!= null) ? ((IStateManager)
_labelStyle
).SaveViewState() : null;
433
if (
_labelStyle
!= null) {
434
((IStateManager)
_labelStyle
).TrackViewState();