2 writes to _rowCountBeforeAdd
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
1202
_rowCountBeforeAdd
= Math.Max(0, Table.GetRowHeights().Length); // don't want negative
1342
_rowCountBeforeAdd
= Math.Max(0, Table.GetRowHeights().Length); // don't want negative
1 reference to _rowCountBeforeAdd
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1237
bool fullTable = (totalArea - 1) >= (Math.Max(1, _colCountBeforeAdd) * Math.Max(1,
_rowCountBeforeAdd
));