1 write to _rows
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1544_rows = value;
2 references to _rows
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1540get { return _rows; } 1543Debug.Assert(_rows.Length != value.Length, "PERF: should not allocate strips, we've already got an array");