1 write to _state
System.Web.Mobile (1)
UI\MobileControls\Style.cs (1)
131_state = new StateBag();
7 references to _state
System.Web.Mobile (7)
UI\MobileControls\Style.cs (7)
129if (_state == null) 134((IStateManager)_state).TrackViewState(); 138return _state; 157if (_state != null) 159((IStateManager)_state).TrackViewState(); 167return _state != null ? ((IStateManager)_state).SaveViewState() : null;