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)
109
webPart.AllowClose =
_allowClose
.Checked;
256
controls.Add(
_allowClose
);
377
_allowClose
,
415
_allowClose
.Checked = webPart.AllowClose;
416
_allowClose
.Enabled = allowLayoutChange;