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)
79get { return _tableLayoutSettings.CellBorderStyle; }
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
78Debug.Assert(CellBorderStyle == value, "CellBorderStyle should be the same as we set");