1 write to CellBorderStyle
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
82
_tableLayoutSettings.
CellBorderStyle
= value;
2 references to CellBorderStyle
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
79
get { return _tableLayoutSettings.
CellBorderStyle
; }
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
78
Debug.Assert(
CellBorderStyle
== value, "CellBorderStyle should be the same as we set");