1 write to MaxRows
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
131containerInfo.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)
244int numRows = containerInfo.MaxRows; 463numRows = Math.Max(containerInfo.MaxRows, numRows);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
124return containerInfo.MaxRows;