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