1 write to MaxRows
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
131
containerInfo.
MaxRows
= value;
4 references to MaxRows
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (1)
53
_maxRows = containerInfo.
MaxRows
;
System\Windows\Forms\Layout\TableLayout.cs (2)
244
int numRows = containerInfo.
MaxRows
;
463
numRows = Math.Max(containerInfo.
MaxRows
, numRows);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
124
return containerInfo.
MaxRows
;