31 references to Strip
System.Windows.Forms (31)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (27)
310
Strip
[] rows = containerInfo.Rows;
311
Strip
[] cols = containerInfo.Columns;
531
containerInfo.Rows = new
Strip
[numRows];
534
containerInfo.Columns = new
Strip
[numColumns];
671
private void InitializeStrips(
Strip
[] strips, IList styles) {
672
Strip
strip;
760
Strip
[] strips = containerInfo.Columns;
766
Strip
strip = strips[i];
865
internal int SumStrips(
Strip
[] strips, int start, int span) {
868
Strip
strip = strips[i];
875
private void DistributeSize(IList styles,
Strip
[] strips, int start, int stop, int min, int max, int cellBorderWidth) {
882
private void xDistributeSize(IList styles,
Strip
[] strips, int start, int stop, int desiredLength, SizeProxy sizeProxy, int cellBorderWidth) {
986
private int DistributeStyles(int cellBorderWidth, IList styles,
Strip
[] strips, int maxSize, bool dontHonorConstraint) {
1003
Strip
strip = strips[i];
1070
Strip
strip = strips[i];
1092
Strip
strip = strips[i];
1132
Strip
strip = strips[i];
1463
private static
Strip
[] emptyStrip = new
Strip
[0];
1471
private
Strip
[] _cols = emptyStrip;
1472
private
Strip
[] _rows = emptyStrip;
1528
public
Strip
[] Columns {
1539
public
Strip
[] Rows {
1796
protected
Strip
strip;
1797
public
Strip
Strip {
2067
Strip
[] rows = containerInfo.Rows;
2068
Strip
[] columns = containerInfo.Columns;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (4)
401
TableLayout.
Strip
[] colStrips = containerInfo.Columns;
402
TableLayout.
Strip
[] rowStrips = containerInfo.Rows;
437
Rectangle outsideCellBounds = new Rectangle(startx, starty, ((TableLayout.
Strip
)colStrips[i]).MinSize, ((TableLayout.
Strip
)rowStrips[j]).MinSize);