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