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)
162
WebPartZoneCollection
zones = manager.Zones;
244
WebPartZoneCollection
zones = manager.Zones;
UI\WebParts\WebPart.cs (1)
684
WebPartZoneCollection
zones = WebPartManager.Zones;
UI\WebParts\WebPartManager.cs (2)
100
private
WebPartZoneCollection
_webPartZones;
625
public
WebPartZoneCollection
Zones {