2 writes to _customLabels
System.Windows.Forms.DataVisualization (2)
Common\General\Axis.cs (2)
342
_customLabels
= new CustomLabelsCollection(this);
6486
_customLabels
= null;
4 references to _customLabels
System.Windows.Forms.DataVisualization (4)
Common\General\Axis.cs (3)
340
if (
_customLabels
== null)
6483
if (
_customLabels
!= null)
6485
_customLabels
.Dispose();
Common\General\AxisLabels.cs (1)
120
return
_customLabels
;