14 references to Default
System.Web (14)
UI\WebParts\AppearanceEditorPart.cs (1)
185chromeTypeConverter.ConvertToString(PartChromeType.Default)));
UI\WebParts\CatalogPartChrome.cs (1)
45if ((chromeType < PartChromeType.Default) || (chromeType > PartChromeType.BorderOnly)) {
UI\WebParts\ConnectionsZone.cs (1)
1431if (this.PartChromeType == PartChromeType.Default ||
UI\WebParts\EditorPartChrome.cs (1)
43if ((chromeType < PartChromeType.Default) || (chromeType > PartChromeType.BorderOnly)) {
UI\WebParts\Part.cs (3)
55DefaultValue(PartChromeType.Default), 62return (o != null) ? (PartChromeType)(int)o : PartChromeType.Default; 65if ((value < PartChromeType.Default) || (value > PartChromeType.BorderOnly)) {
UI\WebParts\WebPartChrome.cs (1)
153if ((chromeType < PartChromeType.Default) || (chromeType > PartChromeType.BorderOnly)) {
UI\WebParts\WebZone.cs (6)
263DefaultValue(PartChromeType.Default), 270return (o != null) ? (PartChromeType)(int)o : PartChromeType.Default; 273if ((value < PartChromeType.Default) || (value > PartChromeType.BorderOnly)) { 479if (chromeType == PartChromeType.Default) { 481if (partChromeType == PartChromeType.Default) { 489Debug.Assert(chromeType != PartChromeType.Default);