10 references to Zone
System.Web (10)
UI\WebParts\EditorPart.cs (10)
123state["Zone"] = Zone; 130if (Zone == null) { 143if (Zone != null) { 144Zone.LabelStyle.AddAttributesToRender(writer, this); 168if (Zone != null && !Zone.EditUIStyle.IsEmpty) { 169editUIControl.ApplyStyle(Zone.EditUIStyle); 208if (Zone != null && !Zone.ErrorStyle.IsEmpty) { 209Zone.ErrorStyle.AddAttributesToRender(writer, this);