3 types derived from Part
System.Web (3)
UI\WebParts\CatalogPart.cs (1)
25
public abstract class CatalogPart :
Part
{
UI\WebParts\EditorPart.cs (1)
24
public abstract class EditorPart :
Part
{
UI\WebParts\WebPart.cs (1)
35
public abstract class WebPart :
Part
, IWebPart, IWebActionable, IWebEditable {
3 references to Part
System.Web (3)
UI\WebParts\WebPartZoneBase.cs (1)
891
public override PartChromeType GetEffectiveChromeType(
Part
part) {
UI\WebParts\WebZone.cs (2)
473
public virtual PartChromeType GetEffectiveChromeType(
Part
part) {
557
if (parent != null && (parent is WebZone || parent is
Part
)) {