2 overrides of LoadPrivateViewState
System.Web.Mobile (2)
UI\MobileControls\Form.cs (1)
697protected override void LoadPrivateViewState(Object state)
UI\MobileControls\PagedControl.cs (1)
319protected override void LoadPrivateViewState(Object state)
2 references to LoadPrivateViewState
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
670LoadPrivateViewState(privateState[0]);
UI\MobileControls\PagedControl.cs (1)
327base.LoadPrivateViewState(statePair.First);