1 write to CellBorderStyle
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
60CellBorderStyle = TableLayoutPanelCellBorderStyle.Inset;
3 references to CellBorderStyle
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (2)
91Debug.Assert(CellBorderStyle == value, "CellBorderStyle should be the same as we set it"); 340TableLayoutPanelCellBorderStyle cellBorderStyle = CellBorderStyle;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
834if (Table.CellBorderStyle != TableLayoutPanelCellBorderStyle.None)