4 references to ViewStateKey
System.Web.Mobile (4)
UI\MobileControls\SessionViewState.cs (4)
68
SessionViewStateHistory history = (SessionViewStateHistory)page.Session[
ViewStateKey
];
72
page.Session[
ViewStateKey
] = history;
87
SessionViewStateHistory history = (SessionViewStateHistory)page.Session[
ViewStateKey
];
114
history = (SessionViewStateHistory)page.Session[
ViewStateKey
];