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