12 references to
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (2)
528RowStyle rowStyle = TableLayoutSettings.RowStyles[i]; 550TableLayoutSettings.RowStyles[i].SizeType = SizeType.AutoSize;
System\Windows\Forms\Layout\TableLayout.cs (3)
723int constrainingHeight = (int)containerInfo.RowStyles[layoutInfo.RowStart].Size; 1508Debug.Assert(containerInfo.RowStyles[k].SizeType == SizeType.Absolute, $"column {k} is not absolutely sized"); 1513Debug.Assert(containerInfo.RowStyles[k].SizeType == SizeType.Absolute, $"column {k} is not absolutely sized");
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
588RowStyle rowStyle = _tableLayoutPanel.RowStyles[i];
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
1142Debug.Assert(Table.RowStyles[i] is not null, $"Table's RowStyle[{i}] is null!"); 1143if (Table.RowStyles[i] is not null) 1145TableLayoutPanelResizeGlyph g = new(gBounds, Table.RowStyles[i], Cursors.HSplit, Behavior); 1608switch (isRow ? Table.RowStyles[_curRow].SizeType : Table.ColumnStyles[_curCol].SizeType) 1996Table.RowStyles[index].Height = rh[index]; 2008Table.RowStyles[index].Height = DesignerUtils.s_minimumStylePercent;