26 references to AllowLayoutChange
System.Web (26)
UI\WebParts\AppearanceEditorPart.cs (2)
71
bool allowLayoutChange = webPart.Zone.
AllowLayoutChange
;
275
bool allowLayoutChange = webPart.Zone.
AllowLayoutChange
;
UI\WebParts\BehaviorEditorPart.cs (2)
105
bool allowLayoutChange = webPart.Zone.
AllowLayoutChange
;
412
bool allowLayoutChange = webPart.Zone.
AllowLayoutChange
;
UI\WebParts\CatalogZoneBase.cs (2)
325
if (selectedZone != null && selectedZone.
AllowLayoutChange
&&
659
if (zone.
AllowLayoutChange
) {
UI\WebParts\LayoutEditorPart.cs (7)
34
if (!webPart.Zone.
AllowLayoutChange
) {
52
return (currentZone.
AllowLayoutChange
&& webPart.AllowZoneChange);
58
return WebPartToEdit.Zone.
AllowLayoutChange
;
129
if (_zoneIndexErrorMessage == null && oldZone.
AllowLayoutChange
&& newZone.
AllowLayoutChange
&&
233
bool allowLayoutChange = currentZone.
AllowLayoutChange
;
251
if (zone == currentZone || (allowZoneChange && zone.
AllowLayoutChange
)) {
UI\WebParts\WebPartChrome.cs (4)
728
if (!_personalizationEnabled || !webPart.AllowClose || !Zone.
AllowLayoutChange
) {
756
!Zone.
AllowLayoutChange
||
782
!Zone.
AllowLayoutChange
) {
790
!Zone.
AllowLayoutChange
) {
UI\WebParts\WebPartManager.cs (1)
3869
if (allowPageDesign && zone.
AllowLayoutChange
) {
UI\WebParts\WebPartZoneBase.cs (8)
266
AllowLayoutChange
&&
809
if (WebPartManager != null && webPart.AllowClose &&
AllowLayoutChange
) {
871
if (WebPartManager != null &&
AllowLayoutChange
) {
1014
AllowLayoutChange
) {
1127
if (
AllowLayoutChange
&&
1130
fromZone.
AllowLayoutChange
&&
1376
bool renderText = (!DesignMode &&
AllowLayoutChange
&& WebPartManager != null &&
1482
if ((webPart.ChromeState == PartChromeState.Minimized) &&
AllowLayoutChange
) {