31 references to GetBorderSize
System.Windows.Forms.DataVisualization (31)
Common\General\Legend.cs (31)
483 this._titlePosition.Y += this.GetBorderSize(); 511 legendPosition.Location.X + this.GetBorderSize() + this._offset.Width, 513 legendPosition.Width - (this.GetBorderSize() + this._offset.Width) * 2, 521 this._headerPosition.Y += this.GetBorderSize(); 529 legendPosition.X + this._offset.Width + this.GetBorderSize(), 530 legendPosition.Y + this._offset.Height + this.GetBorderSize() + this._titlePosition.Height + this._headerPosition.Height, 531 legendPosition.Width - 2 * (this._offset.Width + this.GetBorderSize()), 532 legendPosition.Height - 2 * (this._offset.Height + this.GetBorderSize()) ); 960 legenItemsMaxSize.Width -= 2 * (this._offset.Width + this.GetBorderSize()); 961 legenItemsMaxSize.Height -= 2 * (this._offset.Height + this.GetBorderSize()); 1036 optimalSize.Width += 2 * (this._offset.Width + this.GetBorderSize()); 1039 optimalSize.Height += 2 * (this._offset.Height + this.GetBorderSize()); 2396 this.GetBorderSize(), 2493 separatorRect.Y += this.GetBorderSize() + this._titlePosition.Height; 2494 separatorRect.Height -= 2 * this.GetBorderSize() + this._titlePosition.Height; 2495 separatorRect.X += this.GetBorderSize() + this._offset.Width; 3977 titleMaxSize.Width -= this.GetBorderSize() * 2 + this._offset.Width; 4040 legendPosition.Y += /*this.offset.Height + */this.GetBorderSize(); 4041 legendPosition.Height -= 2 * (this._offset.Height + this.GetBorderSize()); 4042 legendPosition.X += this.GetBorderSize(); 4043 legendPosition.Width -= 2 * this.GetBorderSize(); 4044 if(this.GetBorderSize() > 0) 4243 this.GetBorderSize(), 4272 legendPosition.Y += this.GetBorderSize(); 4273 legendPosition.Height -= 2 * this.GetBorderSize(); 4274 legendPosition.X += this.GetBorderSize(); 4275 legendPosition.Width -= 2 * this.GetBorderSize(); 4276 if(this.GetBorderSize() > 0) 4318 rect.X += this.GetBorderSize(); 4319 rect.Width -= this.GetBorderSize() * 2 + this._offset.Width; 4357 this.GetBorderSize(),