9 instantiations of WebPartCollection
System.Web (9)
UI\WebParts\PageCatalogPart.cs (3)
66availableWebParts = new WebPartCollection(); 70availableWebParts = new WebPartCollection(); 105return new WebPartCollection(closedWebParts);
UI\WebParts\WebPartManager.cs (3)
613return new WebPartCollection(Controls); 616return new WebPartCollection(); 2583WebPartCollection webParts = new WebPartCollection();
UI\WebParts\WebPartZone.cs (1)
69WebPartCollection webParts = new WebPartCollection();
UI\WebParts\WebPartZoneBase.cs (2)
759return new WebPartCollection(parts); 766webParts = new WebPartCollection();
24 references to WebPartCollection
System.Web (24)
UI\WebParts\ConnectionsZone.cs (4)
1058WebPartCollection webParts) { 1108WebPartCollection webParts) { 1374WebPartCollection webParts = null; 2122WebPartCollection webParts = WebPartManager.WebParts;
UI\WebParts\PageCatalogPart.cs (4)
59WebPartCollection availableWebParts; 61WebPartCollection closedWebParts = GetClosedWebParts(); 90private WebPartCollection GetClosedWebParts() { 96WebPartCollection webParts = WebPartManager.WebParts;
UI\WebParts\WebPartManager.cs (7)
608public WebPartCollection WebParts { 1003WebPartCollection renderedParts = GetWebPartsForZone(zone); 2574internal WebPartCollection GetWebPartsForZone(WebPartZoneBase zone) { 2583WebPartCollection webParts = new WebPartCollection(); 3877WebPartCollection webParts = GetWebPartsForZone(zone); 3930WebPartCollection initialWebParts = webPartZone.GetInitialWebParts(); 4406internal void AddWebPartsFromZone(WebPartZoneBase zone, WebPartCollection webParts) {
UI\WebParts\WebPartZone.cs (3)
47private void AddWebPartToList(WebPartCollection webParts, Control control) { 68protected internal override WebPartCollection GetInitialWebParts() { 69WebPartCollection webParts = new WebPartCollection();
UI\WebParts\WebPartZoneBase.cs (6)
753public WebPartCollection WebParts { 755WebPartCollection webParts; 831WebPartCollection webParts = GetInitialWebParts(); 913protected internal abstract WebPartCollection GetInitialWebParts(); 1058WebPartCollection allWebParts = WebPartManager.WebParts; 1224WebPartCollection webParts = WebParts;