4 references to GetRow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
258return _tableLayoutSettings.GetRow(control);
winforms\Managed\System\WinForms\TableLayoutSettings.cs (3)
342return new TableLayoutPanelCellPosition(GetColumn(control), GetRow(control)); 415Debug.Assert(!rowSpecified || GetRow(element) == row, "row position shoule equal to what we set"); 464controlInfo.Row = GetRow(c);