2 writes to _description
System.Web (2)
UI\WebParts\WebPartDescription.cs (2)
31
_description
= (description != null) ? description : String.Empty;
47
_description
= (description != null) ? description : String.Empty;
1 reference to _description
System.Web (1)
UI\WebParts\WebPartDescription.cs (1)
63
return
_description
;