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)
1540
get { return
_rows
; }
1543
Debug.Assert(
_rows
.Length != value.Length, "PERF: should not allocate strips, we've already got an array");