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