2 references to CellBorderWidth
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
95private int CellBorderWidth => _tableLayoutSettings.CellBorderWidth;
System.Windows.Forms.Tests (1)
SerializableTypesTests.cs (1)
313Assert.Throws<NullReferenceException>(() => result.CellBorderWidth);