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;
757
Strip
[] strips = containerInfo.Columns;
764
Strip
strip = strips[i];
871
internal static int SumStrips(
Strip
[] strips, int start, int span)
876
Strip
strip = strips[i];
886
private static void DistributeSize(TableLayoutStyleCollection styles,
Strip
[] strips, int start, int stop, int min, int max, int cellBorderWidth)
892
private static void xDistributeSize(TableLayoutStyleCollection styles,
Strip
[] strips, int start, int stop, int desiredLength, SizeProxy sizeProxy, int cellBorderWidth)
1009
private static int DistributeStyles(int cellBorderWidth, TableLayoutStyleCollection styles,
Strip
[] strips, int maxSize, bool dontHonorConstraint)
1027
Strip
strip = strips[i];
1095
Strip
strip = strips[i];
1119
Strip
strip = strips[i];
1153
Strip
strip = strips[i];
1423
Strip
[] rows = containerInfo.Rows;
1424
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;