2 writes to _cachedCellSize
System.Windows.Forms.DataVisualization (2)
Common\General\LegendColumns.cs (2)
1426
this.
_cachedCellSize
= Size.Empty;
1556
this.
_cachedCellSize
= cellSize;
2 references to _cachedCellSize
System.Windows.Forms.DataVisualization (2)
Common\General\LegendColumns.cs (2)
1487
!this.
_cachedCellSize
.IsEmpty)
1489
return this.
_cachedCellSize
;