1 write to _fontCache
System.Windows.Forms.DataVisualization (1)
Common\DataManager\DataSeries.cs (1)
2670
_fontCache
= null;
4 references to _fontCache
System.Windows.Forms.DataVisualization (4)
Common\DataManager\DataSeries.cs (4)
571
this.font =
_fontCache
.DefaultFont;
2587
get { return
_fontCache
; }
2667
if (
_fontCache
!= null)
2669
_fontCache
.Dispose();