1 write to AllowZoneChange
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
144
webPart.
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)
355
if (part.
AllowZoneChange
== false && part.Zone != null) {
UI\WebParts\LayoutEditorPart.cs (2)
52
return (currentZone.AllowLayoutChange && webPart.
AllowZoneChange
);
245
bool allowZoneChange = webPart.
AllowZoneChange
;
UI\WebParts\WebPartManager.cs (1)
3883
if (webPart.
AllowZoneChange
) {
UI\WebParts\WebPartZoneBase.cs (1)
1131
(actionPart.
AllowZoneChange
|| (fromZone == this))) {