2 writes to AllowEdit
System.Web (2)
UI\WebParts\BehaviorEditorPart.cs (1)
241webPart.AllowEdit = _allowEdit.Checked;
UI\WebParts\ErrorWebPart.cs (1)
55AllowEdit = false;
2 references to AllowEdit
System.Web (2)
UI\WebParts\BehaviorEditorPart.cs (1)
442_allowEdit.Checked = webPart.AllowEdit;
UI\WebParts\EditorPart.cs (1)
53if (!WebPartToEdit.AllowEdit &&