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