2 writes to _maxRows
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1495
_maxRows
= containerInfo.MaxRows;
1558
_maxRows
= value;
2 references to _maxRows
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1555
get { return
_maxRows
; }
1557
if (
_maxRows
!= value) {