2 overrides of SavePrivateViewState
System.Web.Mobile (2)
UI\MobileControls\Form.cs (1)
703protected override Object SavePrivateViewState()
UI\MobileControls\PagedControl.cs (1)
299protected override Object SavePrivateViewState()
2 references to SavePrivateViewState
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
655Object privateState = SavePrivateViewState();
UI\MobileControls\PagedControl.cs (1)
303Object baseState = base.SavePrivateViewState();