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