1 write to _instructionTextStyle
System.Web (1)
UI\WebControls\login.cs (1)
349
_instructionTextStyle
= new TableItemStyle();
8 references to _instructionTextStyle
System.Web (8)
UI\WebControls\login.cs (8)
348
if (
_instructionTextStyle
== null) {
351
((IStateManager)
_instructionTextStyle
).TrackViewState();
354
return
_instructionTextStyle
;
1393
(
_instructionTextStyle
!= null) ? ((IStateManager)
_instructionTextStyle
).SaveViewState() : null;
1469
if (
_instructionTextStyle
!= null) {
1738
if (
_instructionTextStyle
!= null) {
1739
((IStateManager)
_instructionTextStyle
).TrackViewState();