1 write to _zone
System.Web (1)
UI\WebParts\LayoutEditorPart.cs (1)
159_zone = new DropDownList();
8 references to _zone
System.Web (8)
UI\WebParts\LayoutEditorPart.cs (8)
125newZone = WebPartManager.Zones[_zone.SelectedValue]; 166_zone.Items.Add(item); 170controls.Add(_zone); 202_zone.Items.Add(SR.GetString(SR.Zone_SampleHeaderText)); 213_zone, 247_zone.ClearSelection(); 248foreach (ListItem item in _zone.Items) { 263_zone.Enabled = CanChangeZone;