1 instantiation of WebPartZoneCollection
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
218_webPartZones = new WebPartZoneCollection();
5 references to WebPartZoneCollection
System.Web (5)
UI\WebParts\LayoutEditorPart.cs (2)
162WebPartZoneCollection zones = manager.Zones; 244WebPartZoneCollection zones = manager.Zones;
UI\WebParts\WebPart.cs (1)
684WebPartZoneCollection zones = WebPartManager.Zones;
UI\WebParts\WebPartManager.cs (2)
100private WebPartZoneCollection _webPartZones; 625public WebPartZoneCollection Zones {