1 write to CellBorderWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
87containerInfo.CellBorderWidth = borderStyleToOffset[(int)value];
9 references to CellBorderWidth
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (8)
190int cellBorderWidth = containerInfo.CellBorderWidth; 246int cellBorderWidth = containerInfo.CellBorderWidth; 746DistributeSize(containerInfo.ColumnStyles, containerInfo.Columns, layoutInfo.ColumnStart, colStop, minWidth, maxWidth, containerInfo.CellBorderWidth); 750int width = DistributeStyles(containerInfo.CellBorderWidth, containerInfo.ColumnStyles, containerInfo.Columns, proposedConstraints.Width, dontHonorConstraint); 849DistributeSize(containerInfo.RowStyles, containerInfo.Rows, layoutInfo.RowStart, rowStop, minHeight, maxHeight, containerInfo.CellBorderWidth); 852return DistributeStyles(containerInfo.CellBorderWidth, containerInfo.RowStyles, containerInfo.Rows, proposedConstraints.Height, dontHonorConstraint); 1150int cellBorderWidth = containerInfo.CellBorderWidth; 1494_cellBorderWidth = containerInfo.CellBorderWidth;
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
95get { return TableLayout.GetContainerInfo(Owner).CellBorderWidth; }