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