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