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