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