1 write to _instructionTextStyle
System.Web (1)
UI\WebParts\ToolZone.cs (1)
175
_instructionTextStyle
= new Style();
7 references to _instructionTextStyle
System.Web (7)
UI\WebParts\ToolZone.cs (7)
174
if (
_instructionTextStyle
== null) {
177
((IStateManager)
_instructionTextStyle
).TrackViewState();
181
return
_instructionTextStyle
;
405
myState[instructionTextStyleIndex] = (
_instructionTextStyle
!= null) ? ((IStateManager)
_instructionTextStyle
).SaveViewState() : null;
430
if (
_instructionTextStyle
!= null) {
431
((IStateManager)
_instructionTextStyle
).TrackViewState();