1 write to _allowClose
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
255_allowClose = new CheckBox();
5 references to _allowClose
System.Web (5)
UI\WebParts\BehaviorEditorPart.cs (5)
109webPart.AllowClose = _allowClose.Checked; 256controls.Add(_allowClose); 377_allowClose, 415_allowClose.Checked = webPart.AllowClose; 416_allowClose.Enabled = allowLayoutChange;