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