2 writes to _cellBorderWidth
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (2)
52
_cellBorderWidth
= containerInfo.CellBorderWidth;
72
set {
_cellBorderWidth
= value; }
1 reference to _cellBorderWidth
System.Windows.Forms (1)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (1)
71
get { return
_cellBorderWidth
; }