3 writes to tempLabels
System.Web.DataVisualization (3)
Common\General\Axis.cs (3)
3182
tempLabels
= new CustomLabelsCollection(this);
3280
tempLabels
= null;
6491
tempLabels
= null;
9 references to tempLabels
System.Web.DataVisualization (9)
Common\General\Axis.cs (9)
3185
tempLabels
.Add(label.Clone());
3272
if (
tempLabels
!= null)
3275
foreach (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
)
6488
if (
tempLabels
!= null)
6490
tempLabels
.Dispose();