1 write to _allowZoneChange
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
267
_allowZoneChange
= new CheckBox();
5 references to _allowZoneChange
System.Web (5)
UI\WebParts\BehaviorEditorPart.cs (5)
144
webPart.AllowZoneChange =
_allowZoneChange
.Checked;
268
controls.Add(
_allowZoneChange
);
382
_allowZoneChange
,
426
_allowZoneChange
.Checked = webPart.AllowZoneChange;
427
_allowZoneChange
.Enabled = allowLayoutChange;