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