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