Implemented interface member:
property
CatalogIconImageUrl
System.Web.UI.WebControls.WebParts.IWebPart.CatalogIconImageUrl
1 override of CatalogIconImageUrl
System.Web (1)
UI\WebParts\GenericWebPart.cs (1)
58
public override string
CatalogIconImageUrl
{
3 writes to CatalogIconImageUrl
System.Web (3)
UI\WebParts\BehaviorEditorPart.cs (1)
206
webPart.
CatalogIconImageUrl
= value;
UI\WebParts\GenericWebPart.cs (2)
72
base.
CatalogIconImageUrl
= value;
252
base.
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)
64
return base.
CatalogIconImageUrl
;
UI\WebParts\WebPartDescription.cs (1)
49
string imageUrl = part.
CatalogIconImageUrl
;