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