2 writes to _maxRows
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (2)
53
_maxRows
= containerInfo.MaxRows;
112
_maxRows
= value;
2 references to _maxRows
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (2)
107
get { return
_maxRows
; }
110
if (
_maxRows
!= value)