6 writes to tempColorIsSet
System.Windows.Forms.DataVisualization (6)
Common\ChartTypes\PieChart.cs (1)
1922
lastPoint.
tempColorIsSet
= true;
Common\DataManager\DataManager.cs (1)
241
dataSeries.
tempColorIsSet
= true;
Common\DataManager\DataPoint.cs (2)
2351
clonePoint.
tempColorIsSet
= this.tempColorIsSet;
3520
this.
tempColorIsSet
= false;
Common\DataManager\DataSeries.cs (2)
978
dataPoint.
tempColorIsSet
= true;
1539
this.
tempColorIsSet
= false;
7 references to tempColorIsSet
System.Windows.Forms.DataVisualization (7)
Common\ChartTypes\PieChart.cs (2)
1919
if( firstPoint.
tempColorIsSet
&& lastPoint.
tempColorIsSet
&& firstPoint.Color == lastPoint.Color )
Common\DataManager\DataManager.cs (1)
238
if(dataSeries.Color == Color.Empty || dataSeries.
tempColorIsSet
)
Common\DataManager\DataPoint.cs (1)
2351
clonePoint.tempColorIsSet = this.
tempColorIsSet
;
Common\DataManager\DataSeries.cs (3)
975
if((!dataPoint.IsCustomPropertySet(CommonCustomProperties.Color) || dataPoint.
tempColorIsSet
) && !dataPoint.IsEmpty)
1537
if(this.
tempColorIsSet
)
1553
if(dataPoint.
tempColorIsSet
)