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)
1555get { return _maxRows; } 1557if (_maxRows != value) {