3 writes to _state
System.Web.Mobile (3)
UI\MobileControls\SessionViewState.cs (3)
62
_state
= value;
85
_state
= null;
105
_state
= historyItem.ViewState;
2 references to _state
System.Web.Mobile (2)
UI\MobileControls\SessionViewState.cs (2)
58
return
_state
;
100
historyItem.ViewState =
_state
;