21 references to SetRow
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutControlCollection.cs (1)
33
Container.
SetRow
(control, row);
System.Windows.Forms.Tests (20)
System\Windows\Forms\TableLayoutPanelTests.cs (20)
743
control.
SetRow
(child, 11);
759
control.
SetRow
(child, 20);
763
control.
SetRow
(child, 11);
783
control.
SetRow
(child, 11);
806
control.
SetRow
(child, 11);
828
control.
SetRow
(child, 11);
852
control.
SetRow
(child, 11);
894
control.
SetRow
(child, 2);
908
control.
SetRow
(child, 2);
919
control.
SetRow
(child, 2);
1509
control.
SetRow
(child1, 0);
1514
control.
SetRow
(child2, 1);
1902
control.
SetRow
(child, value);
1910
control.
SetRow
(child, value);
1949
control.
SetRow
(child, value);
1959
control.
SetRow
(child, value);
1979
control.
SetRow
(child, 1);
1982
control.
SetRow
(child, 2);
1990
Assert.Throws<ArgumentNullException>("control", () => control.
SetRow
(null, 1));
1997
Assert.Throws<ArgumentOutOfRangeException>("row", () => control.
SetRow
(new Control(), -2));