2 overrides of BackImageUrl
System.Web (2)
UI\WebParts\DeclarativeCatalogPart.cs (1)
180public override string BackImageUrl {
UI\WebParts\PageCatalogPart.cs (1)
165public override string BackImageUrl {
2 writes to BackImageUrl
System.Web (2)
UI\WebParts\DeclarativeCatalogPart.cs (1)
182set { base.BackImageUrl = value; }
UI\WebParts\PageCatalogPart.cs (1)
167set { base.BackImageUrl = value; }
3 references to BackImageUrl
System.Web (3)
UI\WebControls\Panel.cs (1)
256string s = BackImageUrl;
UI\WebParts\DeclarativeCatalogPart.cs (1)
181get { return base.BackImageUrl; }
UI\WebParts\PageCatalogPart.cs (1)
166get { return base.BackImageUrl; }