18 references to CurrentForm
System.Web.Mobile (18)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (7)
159
if (
CurrentForm
.Method != FormMethod.Get)
791
if (
CurrentForm
.Action.Length > 0)
928
menuTarget =
CurrentForm
.UniqueID;
929
menuTargetClientID =
CurrentForm
.ClientID;
968
String url =
CurrentForm
.Action;
972
url = Page.MakePathAbsolute(
CurrentForm
.ResolveUrl(url));
1173
String formTitle =
CurrentForm
.Title;
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (11)
625
postBackVariables = ((WmlFormAdapter)
CurrentForm
.Adapter).CalculatePostBackVariables();
635
externalSubmit =
CurrentForm
.Action.Length > 0;
682
FormMethod method =
CurrentForm
.Method;
848
String url =
CurrentForm
.Action;
851
url =
CurrentForm
.ResolveUrl(url);
896
if (
CurrentForm
.Method != FormMethod.Get)
920
WmlPageAdapter pageAdapter = (WmlPageAdapter)
CurrentForm
.MobilePage.Adapter;
931
WmlFormAdapter formAdapter = (WmlFormAdapter)
CurrentForm
.Adapter;
1006
WmlPageAdapter pageAdapter = (WmlPageAdapter)
CurrentForm
.MobilePage.Adapter;
1042
RenderDoEvent(doType,
CurrentForm
.UniqueID, arg, postBackType, text, true);
1338
if (postBackType != WmlPostFieldType.Submit ||
CurrentForm
.Action.Length == 0)