28 references to LabelStyle
System.Web (28)
UI\WebParts\CatalogPartChrome.cs (1)
205
Zone.
LabelStyle
.AddAttributesToRender(writer, Zone);
UI\WebParts\CatalogZoneBase.cs (1)
671
LabelStyle
.AddAttributesToRender(writer, this);
UI\WebParts\ConnectionsZone.cs (18)
1492
label.ApplyStyle(
LabelStyle
);
1518
label.ApplyStyle(
LabelStyle
);
1525
LabelStyle
.AddAttributesToRender(writer, this);
1585
label.ApplyStyle(
LabelStyle
);
1611
label.ApplyStyle(
LabelStyle
);
1618
LabelStyle
.AddAttributesToRender(writer, this);
1687
LabelStyle
.AddAttributesToRender(writer, this);
1719
LabelStyle
.AddAttributesToRender(writer, this);
1760
label.ApplyStyle(
LabelStyle
);
1773
LabelStyle
.AddAttributesToRender(writer, this);
1787
LabelStyle
.AddAttributesToRender(writer, this);
1932
label.ApplyStyle(
LabelStyle
);
1944
label.ApplyStyle(
LabelStyle
);
1986
label.ApplyStyle(
LabelStyle
);
2005
label.ApplyStyle(
LabelStyle
);
2010
LabelStyle
.AddAttributesToRender(writer, this);
2024
LabelStyle
.AddAttributesToRender(writer, this);
2040
label.ApplyStyle(
LabelStyle
);
UI\WebParts\EditorPart.cs (1)
144
Zone.
LabelStyle
.AddAttributesToRender(writer, this);
UI\WebParts\ImportCatalogPart.cs (6)
436
if (zone != null && !zone.
LabelStyle
.IsEmpty) {
437
zone.
LabelStyle
.AddAttributesToRender(writer, this);
451
if (zone != null && !zone.
LabelStyle
.IsEmpty) {
452
zone.
LabelStyle
.AddAttributesToRender(writer, this);
487
if (zone != null && !zone.
LabelStyle
.IsEmpty) {
488
zone.
LabelStyle
.AddAttributesToRender(writer, this);
UI\WebParts\ToolZone.cs (1)
249
((IStateManager)
LabelStyle
).LoadViewState(myState[labelStyleIndex]);