3 writes to _privateViewState
System.Web.Mobile (3)
UI\MobileControls\MobilePage.cs (3)
1129
_privateViewState
= StateFormatter.Deserialize(clientViewStateString) as Hashtable;
1133
_privateViewState
= null;
1168
_privateViewState
= (Hashtable) arrState[1];
8 references to _privateViewState
System.Web.Mobile (8)
UI\MobileControls\MobilePage.cs (8)
1112
return
_privateViewState
== null ?
1114
_privateViewState
[ctl.UniqueID];
1147
if (
_privateViewState
!= null)
1149
Pair pair =
_privateViewState
[PageClientViewStateKey] as Pair;
1174
_privateViewState
.Remove(PageClientViewStateKey);
1180
_privateViewState
[_controlsRequiringPostBackKey];
1187
_privateViewState
.Remove(_controlsRequiringPostBackKey);
1192
foreach (DictionaryEntry entry in
_privateViewState
)