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