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)
144webPart.AllowZoneChange = _allowZoneChange.Checked; 268controls.Add(_allowZoneChange); 382_allowZoneChange, 426_allowZoneChange.Checked = webPart.AllowZoneChange; 427_allowZoneChange.Enabled = allowLayoutChange;