3 writes to ViewState
System.Web.Mobile (3)
UI\MobileControls\SessionViewState.cs (3)
100historyItem.ViewState = _state; 152ViewState = new LosFormatter().Deserialize(s); 156ViewState = null;
3 references to ViewState
System.Web.Mobile (3)
UI\MobileControls\SessionViewState.cs (3)
105_state = historyItem.ViewState; 163if (ViewState != null) 166new LosFormatter().Serialize(s, ViewState);