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