2 references to EditorPartCollection
System.Web (2)
UI\WebParts\EditorZoneBase.cs (1)
118
EditorPartCollection editorParts = new
EditorPartCollection
(webPartEditorParts, CreateEditorParts());
UI\WebParts\GenericWebPart.cs (1)
311
return new
EditorPartCollection
(base.CreateEditorParts(), webEditableChildControl.CreateEditorParts());