14 references to ErrorStyle
System.Web (14)
UI\WebParts\ConnectionsZone.cs (2)
1662td.ApplyStyle(ErrorStyle); 1816label.ApplyStyle(ErrorStyle);
UI\WebParts\EditorPart.cs (2)
208if (Zone != null && !Zone.ErrorStyle.IsEmpty) { 209Zone.ErrorStyle.AddAttributesToRender(writer, this);
UI\WebParts\EditorZoneBase.cs (1)
464label.ApplyStyle(ErrorStyle);
UI\WebParts\ErrorWebPart.cs (2)
43if (zone != null && !zone.ErrorStyle.IsEmpty) { 44zone.ErrorStyle.AddAttributesToRender(writer, this);
UI\WebParts\ImportCatalogPart.cs (4)
468if (zone != null && !zone.ErrorStyle.IsEmpty) { 469zone.ErrorStyle.AddAttributesToRender(writer, this); 478if (zone != null && !zone.ErrorStyle.IsEmpty) { 479zone.ErrorStyle.AddAttributesToRender(writer, this);
UI\WebParts\WebPartChrome.cs (2)
284if (!Zone.ErrorStyle.IsEmpty) { 285Zone.ErrorStyle.AddAttributesToRender(writer, Zone);
UI\WebParts\WebZone.cs (1)
526((IStateManager) ErrorStyle).LoadViewState(myState[errorStyleIndex]);