2 overrides of Wrap
System.Web (2)
UI\WebParts\DeclarativeCatalogPart.cs (1)
299public override bool Wrap {
UI\WebParts\PageCatalogPart.cs (1)
284public override bool Wrap {
2 writes to Wrap
System.Web (2)
UI\WebParts\DeclarativeCatalogPart.cs (1)
301set { base.Wrap = value; }
UI\WebParts\PageCatalogPart.cs (1)
286set { base.Wrap = value; }
3 references to Wrap
System.Web (3)
UI\WebControls\Panel.cs (1)
270if (!Wrap) {
UI\WebParts\DeclarativeCatalogPart.cs (1)
300get { return base.Wrap; }
UI\WebParts\PageCatalogPart.cs (1)
285get { return base.Wrap; }