24 references to Zone
System.Web (24)
UI\WebParts\AppearanceEditorPart.cs (2)
71bool allowLayoutChange = webPart.Zone.AllowLayoutChange; 275bool allowLayoutChange = webPart.Zone.AllowLayoutChange;
UI\WebParts\BehaviorEditorPart.cs (2)
105bool allowLayoutChange = webPart.Zone.AllowLayoutChange; 412bool allowLayoutChange = webPart.Zone.AllowLayoutChange;
UI\WebParts\CatalogZoneBase.cs (2)
355if (part.AllowZoneChange == false && part.Zone != null) { 356targetZone = part.Zone;
UI\WebParts\ErrorWebPart.cs (1)
42WebPartZoneBase zone = Zone;
UI\WebParts\LayoutEditorPart.cs (6)
34if (!webPart.Zone.AllowLayoutChange) { 51WebPartZoneBase currentZone = webPart.Zone; 58return WebPartToEdit.Zone.AllowLayoutChange; 122WebPartZoneBase oldZone = webPart.Zone; 130(webPart.Zone != newZone || webPart.ZoneIndex != zoneIndex)) { 232WebPartZoneBase currentZone = webPart.Zone;
UI\WebParts\WebPart.cs (1)
478return (Zone == null && !IsClosed);
UI\WebParts\WebPartManager.cs (7)
901Debug.Assert(webPart.Zone == null); 945if (webPart.Zone != null && !webPart.IsClosed) { 997Debug.Assert(webPart.Zone == null || webPart.IsClosed); 3563if (webPart.Zone == null || webPart.IsClosed) { 3568if ((webPart.Zone == zone) && (webPart.ZoneIndex == zoneIndex)) { 3973WebPartZoneBase zone = webPart.Zone; 4204Debug.Assert(part.Zone == zone);
UI\WebParts\WebPartMenu.cs (2)
222bool isParentEnabled = associatedWebPart.Zone.IsEnabled; 333if (associatedWebPart.Zone.RenderingCompatibility < VersionUtil.Framework40) {
UI\WebParts\WebPartZoneBase.cs (1)
1126WebPartZoneBase fromZone = actionPart.Zone;