1 write to _titleTextStyle
System.Web (1)
UI\WebControls\ChangePassword.cs (1)
1466
_titleTextStyle
= new TableItemStyle();
8 references to _titleTextStyle
System.Web (8)
UI\WebControls\ChangePassword.cs (8)
1465
if (
_titleTextStyle
== null) {
1468
((IStateManager)
_titleTextStyle
).TrackViewState();
1471
return
_titleTextStyle
;
2136
myState[6] = (
_titleTextStyle
!= null) ? ((IStateManager)
_titleTextStyle
).SaveViewState() : null;
2536
LoginUtil.ApplyStyleToLiteral(container.Title, SuccessTitleText,
_titleTextStyle
, true);
2607
if (
_titleTextStyle
!= null) {
2608
((IStateManager)
_titleTextStyle
).TrackViewState();