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