5 references to Submit
System.Web.Mobile (5)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (2)
793if (postBackType == WmlPostFieldType.Submit) 910postFieldType = WmlPostFieldType.Submit;
UI\MobileControls\Adapters\WmlControlAdapter.cs (1)
212text, breakAfter, WmlPostFieldType.Submit);
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
633if (postBackType == WmlPostFieldType.Submit) 1338if (postBackType != WmlPostFieldType.Submit || CurrentForm.Action.Length == 0)