9 references to PageAdapter
System.Web.Mobile (9)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (5)
95PageAdapter.RenderUrlPostBackEvent(writer, Control.UniqueID /* target */, argument); 173bool appendCookielessDataDictionary = PageAdapter.PersistCookielessData && 227PageAdapter.RenderUrlPostBackEvent (writer, Control.UniqueID /* target */, form.UniqueID /* argument */); 231IDictionary dictionary = PageAdapter.CookielessDataDictionary; 743if (PageAdapter.PersistCookielessData == false) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (4)
121writer.WriteHiddenField(PageAdapter.EventSourceKey, XhtmlConstants.PostedFromOtherFile); 128writer.WriteHiddenField(PageAdapter.EventSourceKey); 132writer.WriteHiddenField(PageAdapter.EventSourceKey, PageAdapter.EventSourceKey);