1 write to _textBoxStyle
System.Web (1)
UI\WebControls\CreateUserWizard.cs (1)
1504
_textBoxStyle
= new Style();
16 references to _textBoxStyle
System.Web (16)
UI\WebControls\CreateUserWizard.cs (16)
1503
if (
_textBoxStyle
== null) {
1506
((IStateManager)
_textBoxStyle
).TrackViewState();
1509
return
_textBoxStyle
;
1809
if (
_textBoxStyle
!= null) {
1810
userTextBox.ApplyStyle(
_textBoxStyle
);
1811
passwordTextBox.ApplyStyle(
_textBoxStyle
);
1812
confirmTextBox.ApplyStyle(
_textBoxStyle
);
1845
if (
_textBoxStyle
!= null) {
1846
emailTextBox.ApplyStyle(
_textBoxStyle
);
1872
if (
_textBoxStyle
!= null) {
1873
questionTextBox.ApplyStyle(
_textBoxStyle
);
1874
answerTextBox.ApplyStyle(
_textBoxStyle
);
2816
myState[3] = (
_textBoxStyle
!= null) ? ((IStateManager)
_textBoxStyle
).SaveViewState() : null;
2948
if (
_textBoxStyle
!= null) {
2949
((IStateManager)
_textBoxStyle
).TrackViewState();