3 writes to ColumnCount
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (3)
51
_designer.
ColumnCount
= 3;
54
Action columnCountAct = () => _designer.
ColumnCount
= 0;
58
_designer.
ColumnCount
= 0;
1 reference to ColumnCount
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (1)
49
_designer.
ColumnCount
.Should().Be(5);