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)
107get { return _maxRows; } 110if (_maxRows != value)