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