5 writes to _font
System.Windows.Forms.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.Windows.Forms.DataVisualization (4)
Common\General\Legend.cs (4)
2825 if(_font != null) 2827_font = _fontCache.GetFont(_font.FontFamily, 8, _font.Style); ; 3447 return _font;