1 write to AllowClose
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
109
webPart.
AllowClose
= _allowClose.Checked;
3 references to AllowClose
System.Web (3)
UI\WebParts\BehaviorEditorPart.cs (1)
415
_allowClose.Checked = webPart.
AllowClose
;
UI\WebParts\WebPartChrome.cs (1)
728
if (!_personalizationEnabled || !webPart.
AllowClose
|| !Zone.AllowLayoutChange) {
UI\WebParts\WebPartZoneBase.cs (1)
809
if (WebPartManager != null && webPart.
AllowClose
&& AllowLayoutChange) {