3 writes to borderWidth
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
5576 borderWidth = value; 6197 borderWidth = properties.BorderWidth; 6230borderWidth = maxBorderWidth;
4 references to borderWidth
System.Windows.Forms.DataVisualization (4)
Common\General\Legend.cs (2)
5568 return borderWidth; 6228borderWidth <= (int)Math.Round(dpi / 96) )
Common\General\LegendColumns.cs (2)
2381(legendItem.borderWidth > maxBorderWidth) ? maxBorderWidth : legendItem.borderWidth,