1 write to CellBorderStyle
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
82_tableLayoutSettings.CellBorderStyle = value;
3 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");
System.Windows.Forms.Tests (1)
SerializableTypesTests.cs (1)
310Assert.Equal(TableLayoutPanelCellBorderStyle.None, result.CellBorderStyle); // This property is not serialized.