4 references to GetRow
System.Windows.Forms (4)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
212
public int GetRow(Control control) => _tableLayoutSettings.
GetRow
(control);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (3)
355
return new TableLayoutPanelCellPosition(GetColumn(control),
GetRow
(control));
448
Debug.Assert(!rowSpecified ||
GetRow
(element) == row, "row position should equal to what we set");
528
controlInfo.Row =
GetRow
(c);