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)
571this.font = _fontCache.DefaultFont; 2587get { return _fontCache; } 2667if (_fontCache != null) 2669_fontCache.Dispose();