5 writes to _font
System.Web.DataVisualization (5)
Common\General\Legend.cs (5)
409
_font
= _fontCache.DefaultFont;
424
_font
= _fontCache.DefaultFont;
2827
_font
= _fontCache.GetFont(_font.FontFamily, 8, _font.Style); ;
2831
_font
= _fontCache.DefaultFont;
3453
_font
= value;
4 references to _font
System.Web.DataVisualization (4)
Common\General\Legend.cs (4)
2825
if(
_font
!= null)
2827
_font = _fontCache.GetFont(
_font
.FontFamily, 8,
_font
.Style); ;
3447
return
_font
;