1 instantiation of SessionViewStateHistory
System.Web.Mobile (1)
UI\MobileControls\SessionViewState.cs (1)
71history = new SessionViewStateHistory(HttpContext.Current);
6 references to SessionViewStateHistory
System.Web.Mobile (6)
UI\MobileControls\SessionViewState.cs (6)
68SessionViewStateHistory history = (SessionViewStateHistory)page.Session[ViewStateKey]; 87SessionViewStateHistory history = (SessionViewStateHistory)page.Session[ViewStateKey]; 111SessionViewStateHistory history; 114history = (SessionViewStateHistory)page.Session[ViewStateKey];