4 references to EnabledControls
System.Web (4)
UI\Page.cs (4)
660(Form != null && Form.SubmitDisabledControls && (EnabledControls.Count > 0))) { 2406foreach (Control control in EnabledControls) { 2417return Form.SubmitDisabledControls && (EnabledControls.Count > 0) && 2888EnabledControls.Add(control);