4 references to None
System.Web (4)
UI\WebParts\AppearanceEditorPart.cs (1)
193chromeTypeConverter.ConvertToString(PartChromeType.None)));
UI\WebParts\ConnectionsZone.cs (1)
1918if (this.PartChromeType == PartChromeType.None ||
UI\WebParts\WebPartZoneBase.cs (2)
897if (chromeType == PartChromeType.None) { 1235if (chromeType == PartChromeType.None || chromeType == PartChromeType.BorderOnly) {