6 writes to _autoFitFontSizeAdjustment
System.Windows.Forms.DataVisualization (6)
Common\General\Legend.cs (6)
552 this._autoFitFontSizeAdjustment = 0; 581 ++this._autoFitFontSizeAdjustment; 881 this._autoFitFontSizeAdjustment = 0; 969this._autoFitFontSizeAdjustment = 0; 1002 ++this._autoFitFontSizeAdjustment; 2338 this._autoFitFontSizeAdjustment = 0;
13 references to _autoFitFontSizeAdjustment
System.Windows.Forms.DataVisualization (13)
Common\General\Legend.cs (13)
578 (this.Font.Size - this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize) 584 int newFontSize = (int)Math.Round(this.Font.Size - this._autoFitFontSizeAdjustment); 688 this._autoFitFontSizeAdjustment, 999 if((this.Font.Size - this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize) 1005 int newFontSize = (int)Math.Round(this.Font.Size - this._autoFitFontSizeAdjustment); 1304 this._autoFitFontSizeAdjustment, 1358 this._autoFitFontSizeAdjustment, 1442 this._autoFitFontSizeAdjustment, 1485 this._autoFitFontSizeAdjustment, 1556 this._autoFitFontSizeAdjustment, 1591 this._autoFitFontSizeAdjustment, 1620 this._autoFitFontSizeAdjustment, 2448 this._autoFitFontSizeAdjustment,