2 writes to RowCount
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (2)
38
_designer.
RowCount
= 3;
41
Action rowCountAct = () => _designer.
RowCount
= 0;
1 reference to RowCount
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (1)
36
_designer.
RowCount
.Should().Be(5);