1 write to _labelStyle
System.Web (1)
UI\WebControls\login.cs (1)
373
_labelStyle
= new TableItemStyle();
9 references to _labelStyle
System.Web (9)
UI\WebControls\login.cs (9)
372
if (
_labelStyle
== null) {
375
((IStateManager)
_labelStyle
).TrackViewState();
378
return
_labelStyle
;
1389
myState[2] = (
_labelStyle
!= null) ? ((IStateManager)
_labelStyle
).SaveViewState() : null;
1482
if (
_labelStyle
!= null) {
1514
if (
_labelStyle
!= null) {
1729
if (
_labelStyle
!= null) {
1730
((IStateManager)
_labelStyle
).TrackViewState();