1 write to _fontCache
System.Web.DataVisualization (1)
Common\General\Legend.cs (1)
4809
_fontCache
= null;
8 references to _fontCache
System.Web.DataVisualization (8)
Common\General\Legend.cs (8)
409
_font =
_fontCache
.DefaultFont;
410
_titleFont =
_fontCache
.DefaultBoldFont;
424
_font =
_fontCache
.DefaultFont;
425
_titleFont =
_fontCache
.DefaultBoldFont;
2827
_font =
_fontCache
.GetFont(_font.FontFamily, 8, _font.Style); ;
2831
_font =
_fontCache
.DefaultFont;
4806
if (
_fontCache
!= null)
4808
_fontCache
.Dispose();