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