2 writes to _imageUrl
System.Web (2)
UI\WebParts\WebPartDescription.cs (2)
32_imageUrl = (imageUrl != null) ? imageUrl : String.Empty; 50_imageUrl = (imageUrl != null) ? imageUrl : String.Empty;
1 reference to _imageUrl
System.Web (1)
UI\WebParts\WebPartDescription.cs (1)
57return _imageUrl;