6 references to EditorControls
System.Web (6)
UI\WebParts\PropertyGridEditorPart.cs (6)
116Control editorControl = (Control)EditorControls[i]; 174EditorControls.Clear(); 180EditorControls.Add(editorControl); 183_errorMessages = new string[EditorControls.Count]; 313WebControl[] editorControls = (WebControl[])EditorControls.ToArray(typeof(WebControl)); 328Control editorControl = (Control)EditorControls[count];