2 writes to _cellBorderWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1494_cellBorderWidth = containerInfo.CellBorderWidth; 1521set { _cellBorderWidth = value; }
1 reference to _cellBorderWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1520get { return _cellBorderWidth; }