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