5 references to TitleOnly
System.Web (5)
UI\WebParts\AppearanceEditorPart.cs (1)
189
chromeTypeConverter.ConvertToString(PartChromeType.
TitleOnly
)));
UI\WebParts\CatalogPartChrome.cs (1)
113
if (chromeType == PartChromeType.
TitleOnly
|| chromeType == PartChromeType.TitleAndBorder) {
UI\WebParts\EditorPartChrome.cs (1)
97
if (chromeType == PartChromeType.TitleAndBorder || chromeType == PartChromeType.
TitleOnly
) {
UI\WebParts\WebPartChrome.cs (1)
662
if (chromeType == PartChromeType.
TitleOnly
|| chromeType == PartChromeType.TitleAndBorder) {
UI\WebParts\WebPartZoneBase.cs (1)
898
chromeType = PartChromeType.
TitleOnly
;