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