10 references to TitleAndBorder
System.Web (10)
UI\WebParts\AppearanceEditorPart.cs (1)
187chromeTypeConverter.ConvertToString(PartChromeType.TitleAndBorder)));
UI\WebParts\CatalogPartChrome.cs (2)
49if (chromeType == PartChromeType.BorderOnly || chromeType == PartChromeType.TitleAndBorder) { 113if (chromeType == PartChromeType.TitleOnly || chromeType == PartChromeType.TitleAndBorder) {
UI\WebParts\ConnectionsZone.cs (1)
1433this.PartChromeType == PartChromeType.TitleAndBorder) {
UI\WebParts\EditorPartChrome.cs (2)
48if (chromeType == PartChromeType.BorderOnly || chromeType == PartChromeType.TitleAndBorder) { 97if (chromeType == PartChromeType.TitleAndBorder || chromeType == PartChromeType.TitleOnly) {
UI\WebParts\WebPartChrome.cs (2)
160if (chromeType == PartChromeType.BorderOnly || chromeType == PartChromeType.TitleAndBorder) { 662if (chromeType == PartChromeType.TitleOnly || chromeType == PartChromeType.TitleAndBorder) {
UI\WebParts\WebPartZoneBase.cs (1)
901chromeType = PartChromeType.TitleAndBorder;
UI\WebParts\WebZone.cs (1)
482chromeType = PartChromeType.TitleAndBorder;