29 references to Form
System.Web (26)
UI\HtmlControls\HtmlInputFile.cs (1)
214
HtmlForm form = Page.
Form
;
UI\Page.cs (14)
660
(
Form
!= null &&
Form
.SubmitDisabledControls && (EnabledControls.Count > 0))) {
2329
if (ClientSupportsFocus &&
Form
!= null && (RenderFocusScript || (
Form
.DefaultFocus.Length > 0) || (
Form
.DefaultButton.Length > 0))) {
2350
else if (
Form
.DefaultFocus.Length > 0) {
2352
focusedControlId =
Form
.DefaultFocus;
2355
else if (
Form
.DefaultButton.Length > 0) {
2356
focusedControlId =
Form
.DefaultButton;
2417
return
Form
.SubmitDisabledControls && (EnabledControls.Count > 0) &&
2523
if (
Form
== null) {
2527
if (
Form
.ControlState == ControlState.PreRendered) {
2546
if (
Form
== null) {
2550
if (
Form
.ControlState == ControlState.PreRendered) {
UI\WebControls\CheckBox.cs (1)
541
if (Page.
Form
!= null) {
UI\WebControls\FileUpload.cs (1)
237
HtmlForm form = Page.
Form
;
UI\WebControls\ListControl.cs (1)
524
if (Page.
Form
!= null) {
UI\WebControls\login.cs (2)
1193
if (Page.
Form
!= null && String.Equals(Page.
Form
.Method, "get", StringComparison.OrdinalIgnoreCase)) {
UI\WebControls\loginstatus.cs (2)
308
if (Page.
Form
!= null && String.Equals(Page.
Form
.Method, "get", StringComparison.OrdinalIgnoreCase)) {
UI\WebControls\RadioButton.cs (1)
228
if (Page.
Form
!= null) {
UI\WebControls\TextBox.cs (1)
504
if (page.
Form
!= null) {
UI\WebParts\WebPartPersonalization.cs (2)
664
if (page.
Form
== null || String.Equals(page.
Form
.Method, "post", StringComparison.OrdinalIgnoreCase)) {
System.Web.Extensions (3)
UI\PageRequestManager.cs (1)
514
HtmlForm form = _owner.Page.
Form
;
UI\PageWrapper.cs (2)
51
if (_page.
Form
!= null) {
52
return new HtmlFormWrapper(_page.
Form
);