1 write to MaxRows
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
143containerInfo.MaxRows = value;
4 references to MaxRows
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
327int numRows = containerInfo.MaxRows; 521 numRows = Math.Max(containerInfo.MaxRows, numRows); 1495_maxRows = containerInfo.MaxRows;
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
136return containerInfo.MaxRows;