3 writes to tempLabels
System.Web.DataVisualization (3)
Common\General\Axis.cs (3)
3182tempLabels = new CustomLabelsCollection(this); 3280tempLabels = null; 6491tempLabels = null;
9 references to tempLabels
System.Web.DataVisualization (9)
Common\General\Axis.cs (9)
3185tempLabels.Add(label.Clone()); 3272if (tempLabels != null) 3275foreach (CustomLabel label in tempLabels) 4217 if(this.tempLabels != null) 4220 foreach( CustomLabel label in this.tempLabels ) 4385 if(this.tempLabels != null) 4388 foreach( CustomLabel label in this.tempLabels ) 6488if (tempLabels != null) 6490tempLabels.Dispose();