2 writes to RowCount
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\TableLayoutPanelDesignerTests.cs (2)
38_designer.RowCount = 3; 41Action 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);