Implemented interface member:
property
CatalogIconImageUrl
System.Web.UI.WebControls.WebParts.IWebPart.CatalogIconImageUrl
1 override of CatalogIconImageUrl
System.Web (1)
UI\WebParts\GenericWebPart.cs (1)
58public override string CatalogIconImageUrl {
3 writes to CatalogIconImageUrl
System.Web (3)
UI\WebParts\BehaviorEditorPart.cs (1)
206webPart.CatalogIconImageUrl = value;
UI\WebParts\GenericWebPart.cs (2)
72base.CatalogIconImageUrl = value; 252base.CatalogIconImageUrl = childAttributeAccessor.GetAttribute("CatalogIconImageUrl");
3 references to CatalogIconImageUrl
System.Web (3)
UI\WebParts\BehaviorEditorPart.cs (1)
438_catalogIconImageUrl.Text = webPart.CatalogIconImageUrl;
UI\WebParts\GenericWebPart.cs (1)
64return base.CatalogIconImageUrl;
UI\WebParts\WebPartDescription.cs (1)
49string imageUrl = part.CatalogIconImageUrl;