28 references to Strip
System.Windows.Forms (28)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (5)
20
private static readonly
Strip
[] s_emptyStrip = [];
28
private
Strip
[] _cols = s_emptyStrip;
29
private
Strip
[] _rows = s_emptyStrip;
78
public
Strip
[] Columns
91
public
Strip
[] Rows
System\Windows\Forms\Layout\TableLayout.cs (19)
224
Strip
[] rows = containerInfo.Rows;
225
Strip
[] cols = containerInfo.Columns;
475
containerInfo.Rows = new
Strip
[numRows];
480
containerInfo.Columns = new
Strip
[numColumns];
652
private static void InitializeStrips(
Strip
[] strips, TableLayoutStyleCollection styles)
654
Strip
strip;
755
Strip
[] strips = containerInfo.Columns;
762
Strip
strip = strips[i];
869
internal static int SumStrips(
Strip
[] strips, int start, int span)
874
Strip
strip = strips[i];
884
private static void DistributeSize(TableLayoutStyleCollection styles,
Strip
[] strips, int start, int stop, int min, int max, int cellBorderWidth)
890
private static void xDistributeSize(TableLayoutStyleCollection styles,
Strip
[] strips, int start, int stop, int desiredLength, SizeProxy sizeProxy, int cellBorderWidth)
1007
private static int DistributeStyles(int cellBorderWidth, TableLayoutStyleCollection styles,
Strip
[] strips, int maxSize, bool dontHonorConstraint)
1025
Strip
strip = strips[i];
1095
Strip
strip = strips[i];
1119
Strip
strip = strips[i];
1153
Strip
strip = strips[i];
1424
Strip
[] rows = containerInfo.Rows;
1425
Strip
[] cols = containerInfo.Columns;
System\Windows\Forms\Layout\TableLayout.SizeProxy.cs (2)
11
protected
Strip
strip;
12
public
Strip
Strip
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (2)
338
TableLayout.
Strip
[] colStrips = containerInfo.Columns;
339
TableLayout.
Strip
[] rowStrips = containerInfo.Rows;