11 references to EditUIStyle
System.Web (11)
UI\WebParts\CatalogPartChrome.cs (1)
180
Zone.
EditUIStyle
.AddAttributesToRender(writer, Zone);
UI\WebParts\CatalogZoneBase.cs (1)
683
zonesDropDownList.ApplyStyle(
EditUIStyle
);
UI\WebParts\ConnectionsZone.cs (2)
1542
list.ApplyStyle(
EditUIStyle
);
1635
list.ApplyStyle(
EditUIStyle
);
UI\WebParts\EditorPart.cs (2)
168
if (Zone != null && !Zone.
EditUIStyle
.IsEmpty) {
169
editUIControl.ApplyStyle(Zone.
EditUIStyle
);
UI\WebParts\ImportCatalogPart.cs (4)
445
if (zone != null && !zone.
EditUIStyle
.IsEmpty) {
446
_upload.ApplyStyle(zone.
EditUIStyle
);
459
if (zone != null && !zone.
EditUIStyle
.IsEmpty) {
460
_uploadButton.ApplyStyle(zone.
EditUIStyle
);
UI\WebParts\ToolZone.cs (1)
237
((IStateManager)
EditUIStyle
).LoadViewState(myState[editUIStyleIndex]);