20 references to Page
System.Web.Mobile (20)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (10)
112
Page
.Request.QueryString[Constants.UniqueFilePathSuffixVariableWithoutEqual];
132
IDictionary dictionary =
Page
.Adapter.CookielessDataDictionary;
146
Write(String.Format(CultureInfo.InvariantCulture, _loopDetectionCard,
Page
.ActiveForm.ClientID));
161
queryString =
Page
.QueryStringText;
166
String ufps =
Page
.UniqueFilePathSuffix;
314
!((WmlPageAdapter)
Page
.Adapter).IsKDDIPhone())
343
targetUrl =
Page
.MakePathAbsolute(targetUrl);
568
source =
Page
.MakePathAbsolute(source);
972
url =
Page
.MakePathAbsolute(CurrentForm.ResolveUrl(url));
977
url =
Page
.AbsoluteFilePath;
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (10)
382
if ((!_writtenFormVariables || ((WmlPageAdapter)
Page
.Adapter).RequiresValueAttributeInInputTag()) &&
725
if(
Page
.Adapter.PersistCookielessData && Device.CanRenderOneventAndPrevElementsTogether)
743
String pageState =
Page
.ClientViewState;
749
((WmlPageAdapter)
Page
.Adapter).EncodeSpecialViewState(pageState);
808
if (
Page
.HasHiddenVariables())
811
foreach (DictionaryEntry entry in
Page
.HiddenVariables)
856
url =
Page
.RelativeFilePath;
898
queryString =
Page
.QueryStringText;
903
String ufps =
Page
.UniqueFilePathSuffix;
1529
string unnamedIdPrefixWithIdSeparator =
Page
.IdSeparator + unnamedIdPrefix;