15 references to GetRowHeights
System.Windows.Forms.Design (15)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (3)
109
int[] widths = isColumn ? _table.GetColumnWidths() : _table.
GetRowHeights
();
261
int[] oldWidths = isColumn ? _table.GetColumnWidths() : _table.
GetRowHeights
();
363
int[] updatedWidths = isColumn ? _table.GetColumnWidths() : _table.
GetRowHeights
();
System\Windows\Forms\Design\StyleEditorForm.cs (1)
526
int[] rowHeights = _tableLayoutPanel.
GetRowHeights
();
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (11)
469
rowProp?.SetValue(Table, Table.
GetRowHeights
().Length);
735
int numRows = Table.
GetRowHeights
().Length;
847
int[] rh = Table.
GetRowHeights
();
906
int[] rh = Table.
GetRowHeights
();
959
int[] rows = Table.
GetRowHeights
();
1076
int[] rh = Table.
GetRowHeights
();
1196
_rowCountBeforeAdd = Math.Max(0, Table.
GetRowHeights
().Length); // don't want negative
1214
int[] rows = Table.
GetRowHeights
();
1261
int[] rows = Table.
GetRowHeights
();
1336
_rowCountBeforeAdd = Math.Max(0, Table.
GetRowHeights
().Length); // don't want negative
1947
int[] rh = Table.
GetRowHeights
();