4 references to SumStrips
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.cs (4)
119CommonProperties.SetLayoutBounds(containerInfo.Container, new Size(SumStrips(containerInfo.Columns, 0, containerInfo.Columns.Length), 120SumStrips(containerInfo.Rows, 0, containerInfo.Rows.Length))); 843int currentWidth = SumStrips(containerInfo.Columns, layoutInfo.ColumnStart, layoutInfo.ColumnSpan); 1169Debug.Assert((dontHonorConstraint || (usedSpace == SumStrips(strips, 0, strips.Length))), "Error computing usedSpace.");