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)
1465if (_titleTextStyle == null) { 1468((IStateManager) _titleTextStyle).TrackViewState(); 1471return _titleTextStyle; 2136myState[6] = (_titleTextStyle != null) ? ((IStateManager)_titleTextStyle).SaveViewState() : null; 2536LoginUtil.ApplyStyleToLiteral(container.Title, SuccessTitleText, _titleTextStyle, true); 2607if (_titleTextStyle != null) { 2608((IStateManager) _titleTextStyle).TrackViewState();