1 write to _allowHide
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
261_allowHide = new CheckBox();
5 references to _allowHide
System.Web (5)
UI\WebParts\BehaviorEditorPart.cs (5)
126webPart.AllowHide = _allowHide.Checked; 262controls.Add(_allowHide); 380_allowHide, 420_allowHide.Checked = webPart.AllowHide; 421_allowHide.Enabled = allowLayoutChange;