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