2 writes to _chartPicture
System.Windows.Forms.DataVisualization (2)
Common\General\Selection.cs (2)
1551
this.
_chartPicture
= ((IServiceProvider)this).GetService(typeof(ChartImage)) as ChartPicture;
1554
this.
_chartPicture
= ((IServiceProvider)this).GetService(typeof(ChartPicture)) as ChartPicture;
3 references to _chartPicture
System.Windows.Forms.DataVisualization (3)
Common\General\Selection.cs (3)
1549
if (this.
_chartPicture
== null)
1552
if (this.
_chartPicture
== null)
1557
return this.
_chartPicture
;