1 override of GetEffectiveChromeType
System.Web (1)
UI\WebParts\WebPartZoneBase.cs (1)
891public override PartChromeType GetEffectiveChromeType(Part part) {
3 references to GetEffectiveChromeType
System.Web (3)
UI\WebParts\CatalogPartChrome.cs (1)
97PartChromeType chromeType = Zone.GetEffectiveChromeType(catalogPart);
UI\WebParts\EditorPartChrome.cs (1)
86PartChromeType chromeType = Zone.GetEffectiveChromeType(editorPart);
UI\WebParts\WebPartZoneBase.cs (1)
892PartChromeType chromeType = base.GetEffectiveChromeType(part);