13 references to BorderOnly
System.Web (13)
UI\WebParts\AppearanceEditorPart.cs (1)
191
chromeTypeConverter.ConvertToString(PartChromeType.
BorderOnly
)));
UI\WebParts\CatalogPartChrome.cs (2)
45
if ((chromeType < PartChromeType.Default) || (chromeType > PartChromeType.
BorderOnly
)) {
49
if (chromeType == PartChromeType.
BorderOnly
|| chromeType == PartChromeType.TitleAndBorder) {
UI\WebParts\ConnectionsZone.cs (2)
1432
this.PartChromeType == PartChromeType.
BorderOnly
||
1919
this.PartChromeType == PartChromeType.
BorderOnly
)
UI\WebParts\EditorPartChrome.cs (2)
43
if ((chromeType < PartChromeType.Default) || (chromeType > PartChromeType.
BorderOnly
)) {
48
if (chromeType == PartChromeType.
BorderOnly
|| chromeType == PartChromeType.TitleAndBorder) {
UI\WebParts\Part.cs (1)
65
if ((value < PartChromeType.Default) || (value > PartChromeType.
BorderOnly
)) {
UI\WebParts\WebPartChrome.cs (2)
153
if ((chromeType < PartChromeType.Default) || (chromeType > PartChromeType.
BorderOnly
)) {
160
if (chromeType == PartChromeType.
BorderOnly
|| chromeType == PartChromeType.TitleAndBorder) {
UI\WebParts\WebPartZoneBase.cs (2)
900
else if (chromeType == PartChromeType.
BorderOnly
) {
1235
if (chromeType == PartChromeType.None || chromeType == PartChromeType.
BorderOnly
) {
UI\WebParts\WebZone.cs (1)
273
if ((value < PartChromeType.Default) || (value > PartChromeType.
BorderOnly
)) {