2 writes to _text
System.Windows.Forms.DataVisualization (2)
Common\General\Title.cs (2)
307
this.
_text
= text;
582
_text
= (value == null) ? string.Empty : value;
1 reference to _text
System.Windows.Forms.DataVisualization (1)
Common\General\Title.cs (1)
578
return
_text
;