1 instantiation of CatalogPartChrome
System.Web (1)
UI\WebParts\CatalogZoneBase.cs (1)
373return new CatalogPartChrome(this);
5 references to CatalogPartChrome
System.Web (5)
UI\WebParts\CatalogZoneBase.cs (5)
43private CatalogPartChrome _catalogPartChrome; 84public CatalogPartChrome CatalogPartChrome { 372protected virtual CatalogPartChrome CreateCatalogPartChrome() { 534CatalogPartChrome chrome = CatalogPartChrome; 571private void RenderCatalogPart(HtmlTextWriter writer, CatalogPart catalogPart, CatalogPartChrome chrome, ref bool firstCell) {