26 references to AllowLayoutChange
System.Web (26)
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)
325if (selectedZone != null && selectedZone.AllowLayoutChange && 659if (zone.AllowLayoutChange) {
UI\WebParts\LayoutEditorPart.cs (7)
34if (!webPart.Zone.AllowLayoutChange) { 52return (currentZone.AllowLayoutChange && webPart.AllowZoneChange); 58return WebPartToEdit.Zone.AllowLayoutChange; 129if (_zoneIndexErrorMessage == null && oldZone.AllowLayoutChange && newZone.AllowLayoutChange && 233bool allowLayoutChange = currentZone.AllowLayoutChange; 251if (zone == currentZone || (allowZoneChange && zone.AllowLayoutChange)) {
UI\WebParts\WebPartChrome.cs (4)
728if (!_personalizationEnabled || !webPart.AllowClose || !Zone.AllowLayoutChange) { 756!Zone.AllowLayoutChange || 782!Zone.AllowLayoutChange) { 790!Zone.AllowLayoutChange) {
UI\WebParts\WebPartManager.cs (1)
3869if (allowPageDesign && zone.AllowLayoutChange) {
UI\WebParts\WebPartZoneBase.cs (8)
266AllowLayoutChange && 809if (WebPartManager != null && webPart.AllowClose && AllowLayoutChange) { 871if (WebPartManager != null && AllowLayoutChange) { 1014AllowLayoutChange) { 1127if (AllowLayoutChange && 1130fromZone.AllowLayoutChange && 1376bool renderText = (!DesignMode && AllowLayoutChange && WebPartManager != null && 1482if ((webPart.ChromeState == PartChromeState.Minimized) && AllowLayoutChange) {