1 write to AllowClose
System.Web (1)
UI\WebParts\BehaviorEditorPart.cs (1)
109webPart.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)
728if (!_personalizationEnabled || !webPart.AllowClose || !Zone.AllowLayoutChange) {
UI\WebParts\WebPartZoneBase.cs (1)
809if (WebPartManager != null && webPart.AllowClose && AllowLayoutChange) {