24 references to Zone
System.Web (24)
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)
355
if (part.AllowZoneChange == false && part.
Zone
!= null) {
356
targetZone = part.
Zone
;
UI\WebParts\ErrorWebPart.cs (1)
42
WebPartZoneBase zone =
Zone
;
UI\WebParts\LayoutEditorPart.cs (6)
34
if (!webPart.
Zone
.AllowLayoutChange) {
51
WebPartZoneBase currentZone = webPart.
Zone
;
58
return WebPartToEdit.
Zone
.AllowLayoutChange;
122
WebPartZoneBase oldZone = webPart.
Zone
;
130
(webPart.
Zone
!= newZone || webPart.ZoneIndex != zoneIndex)) {
232
WebPartZoneBase currentZone = webPart.
Zone
;
UI\WebParts\WebPart.cs (1)
478
return (
Zone
== null && !IsClosed);
UI\WebParts\WebPartManager.cs (7)
901
Debug.Assert(webPart.
Zone
== null);
945
if (webPart.
Zone
!= null && !webPart.IsClosed) {
997
Debug.Assert(webPart.
Zone
== null || webPart.IsClosed);
3563
if (webPart.
Zone
== null || webPart.IsClosed) {
3568
if ((webPart.
Zone
== zone) && (webPart.ZoneIndex == zoneIndex)) {
3973
WebPartZoneBase zone = webPart.
Zone
;
4204
Debug.Assert(part.
Zone
== zone);
UI\WebParts\WebPartMenu.cs (2)
222
bool isParentEnabled = associatedWebPart.
Zone
.IsEnabled;
333
if (associatedWebPart.
Zone
.RenderingCompatibility < VersionUtil.Framework40) {
UI\WebParts\WebPartZoneBase.cs (1)
1126
WebPartZoneBase fromZone = actionPart.
Zone
;