1 write to AllowZoneChange
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
144webPart.AllowZoneChange = _allowZoneChange.Checked;
6 references to AllowZoneChange
System.Web (6)
UI\WebParts\BehaviorEditorPart.cs (1)
426_allowZoneChange.Checked = webPart.AllowZoneChange;
UI\WebParts\CatalogZoneBase.cs (1)
355if (part.AllowZoneChange == false && part.Zone != null) {
UI\WebParts\LayoutEditorPart.cs (2)
52return (currentZone.AllowLayoutChange && webPart.AllowZoneChange); 245bool allowZoneChange = webPart.AllowZoneChange;
UI\WebParts\WebPartManager.cs (1)
3883if (webPart.AllowZoneChange) {
UI\WebParts\WebPartZoneBase.cs (1)
1131(actionPart.AllowZoneChange || (fromZone == this))) {