5 references to Row
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (4)
60
return p1.
Row
== p2.
Row
&& p1.Column == p2.Column;
68
return Column.ToString(CultureInfo.CurrentCulture) + "," +
Row
.ToString(CultureInfo.CurrentCulture);
145
new object[] {cellPosition.Column, cellPosition.
Row
});
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
353
SetCellPosition(control, cellPosition.
Row
, cellPosition.Column, /*rowSpecified=*/true, /*colSpecified=*/true);