3 writes to _titleFont
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
410
_titleFont
= _fontCache.DefaultBoldFont;
425
_titleFont
= _fontCache.DefaultBoldFont;
3879
this.
_titleFont
= value;
2 references to _titleFont
System.Windows.Forms.DataVisualization (2)
Common\General\Legend.cs (2)
3873
return this.
_titleFont
;
3877
if(value != this.
_titleFont
)