1 write to _displayName
System.Web.DataVisualization (1)
Common\Converters\CustomAttributesConverters.cs (1)
858
this.
_displayName
= displayName;
2 references to _displayName
System.Web.DataVisualization (2)
Common\Converters\CustomAttributesConverters.cs (2)
884
if(this.
_displayName
.Length > 0)
886
return this.
_displayName
;