3 types derived from CatalogPart
System.Web (3)
UI\WebParts\DeclarativeCatalogPart.cs (1)
24
public sealed class DeclarativeCatalogPart :
CatalogPart
{
UI\WebParts\ImportCatalogPart.cs (1)
26
public sealed class ImportCatalogPart :
CatalogPart
{
UI\WebParts\PageCatalogPart.cs (1)
26
public sealed class PageCatalogPart :
CatalogPart
{
27 references to CatalogPart
System.Web (27)
UI\WebParts\CatalogPartChrome.cs (5)
41
protected virtual Style CreateCatalogPartChromeStyle(
CatalogPart
catalogPart, PartChromeType chromeType) {
92
public virtual void RenderCatalogPart(HtmlTextWriter writer,
CatalogPart
catalogPart) {
213
private void RenderItems(HtmlTextWriter writer,
CatalogPart
catalogPart) {
223
protected virtual void RenderPartContents(HtmlTextWriter writer,
CatalogPart
catalogPart) {
230
private void RenderTitle(HtmlTextWriter writer,
CatalogPart
catalogPart) {
UI\WebParts\CatalogPartCollection.cs (10)
27
public
CatalogPart
this[int index] {
29
return (
CatalogPart
) InnerList[index];
33
public
CatalogPart
this[string id] {
35
foreach (
CatalogPart
catalogPart in InnerList) {
45
internal int Add(
CatalogPart
value) {
49
public bool Contains(
CatalogPart
catalogPart) {
53
public void CopyTo(
CatalogPart
[] array, int index) {
57
public int IndexOf(
CatalogPart
catalogPart) {
63
foreach (
CatalogPart
existingCatalogPart in existingCatalogParts) {
75
if (!(obj is
CatalogPart
)) {
UI\WebParts\CatalogZone.cs (2)
38
CatalogPart
part = control as
CatalogPart
;
UI\WebParts\CatalogZoneBase.cs (10)
105
foreach (
CatalogPart
catalogPart in catalogParts) {
237
private
CatalogPart
SelectedCatalogPart {
319
CatalogPart
selectedCatalogPart = SelectedCatalogPart;
383
foreach (
CatalogPart
catalogPart in CatalogParts) {
536
foreach (
CatalogPart
catalogPart in catalogParts) {
541
CatalogPart
selectedCatalogPart = SelectedCatalogPart;
571
private void RenderCatalogPart(HtmlTextWriter writer,
CatalogPart
catalogPart, CatalogPartChrome chrome, ref bool firstCell) {
589
CatalogPart
selectedCatalogPart = SelectedCatalogPart;
590
foreach (
CatalogPart
catalogPart in CatalogParts) {
713
CatalogPart
selectedCatalogPart = SelectedCatalogPart;