7 references to ClientViewState
System.Web.Mobile (7)
UI\MobileControls\Adapters\ChtmlPageAdapter.cs (1)
100else if (Page.ClientViewState == null)
UI\MobileControls\Adapters\HtmlPageAdapter.cs (2)
184String pageState = Page.ClientViewState; 378String viewState = Page.ClientViewState;
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
743String pageState = Page.ClientViewState;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (2)
123else if (Page.ClientViewState == null) { 152String viewState = Page.ClientViewState;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
487String pageState = Page.ClientViewState;