6 writes to autofitFont
System.Windows.Forms.DataVisualization (6)
Common\General\Legend.cs (6)
571this.autofitFont = this.Font; 592this.autofitFont = this.Common.ChartPicture.FontCache.GetFont( 880 this.autofitFont = null; 971 this.autofitFont = this.Font; 1013this.autofitFont = this.Common.ChartPicture.FontCache.GetFont( 2337 this.autofitFont = null;
7 references to autofitFont
System.Windows.Forms.DataVisualization (7)
Common\General\Legend.cs (7)
1740 this.singleWCharacterSize = graph.MeasureStringAbs("W", (this.autofitFont == null) ? this.Font : this.autofitFont); 1741 Size doubleCharacterSize = graph.MeasureStringAbs("WW", (this.autofitFont == null) ? this.Font : this.autofitFont); 1788 (this.autofitFont == null) ? this.Font : this.autofitFont, 2449 this.autofitFont,