1 write to _titleTextStyle
System.Web (1)
UI\WebControls\login.cs (1)
887_titleTextStyle = new TableItemStyle();
8 references to _titleTextStyle
System.Web (8)
UI\WebControls\login.cs (8)
886if (_titleTextStyle == null) { 889((IStateManager) _titleTextStyle).TrackViewState(); 892return _titleTextStyle; 1394myState[6] = (_titleTextStyle != null) ? ((IStateManager)_titleTextStyle).SaveViewState() : null; 1456if (_titleTextStyle != null) { 1741if (_titleTextStyle != null) { 1742((IStateManager) _titleTextStyle).TrackViewState();