1 write to _checkBoxStyle
System.Web (1)
UI\WebControls\login.cs (1)
107
_checkBoxStyle
= new TableItemStyle();
8 references to _checkBoxStyle
System.Web (8)
UI\WebControls\login.cs (8)
106
if (
_checkBoxStyle
== null) {
109
((IStateManager)
_checkBoxStyle
).TrackViewState();
112
return
_checkBoxStyle
;
1395
myState[7] = (
_checkBoxStyle
!= null) ? ((IStateManager)
_checkBoxStyle
).SaveViewState() : null;
1543
if (
_checkBoxStyle
!= null) {
1744
if (
_checkBoxStyle
!= null) {
1745
((IStateManager)
_checkBoxStyle
).TrackViewState();