6 references to WebPartCollection
System.Web (6)
UI\WebParts\PageCatalogPart.cs (2)
66availableWebParts = new WebPartCollection(); 70availableWebParts = new WebPartCollection();
UI\WebParts\WebPartManager.cs (2)
616return new WebPartCollection(); 2583WebPartCollection webParts = new WebPartCollection();
UI\WebParts\WebPartZone.cs (1)
69WebPartCollection webParts = new WebPartCollection();
UI\WebParts\WebPartZoneBase.cs (1)
766webParts = new WebPartCollection();