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