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)
340if (_customLabels == null) 6483if (_customLabels != null) 6485_customLabels.Dispose();
Common\General\AxisLabels.cs (1)
120 return _customLabels;