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