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)
741
control.
SetRow
(child, 11);
757
control.
SetRow
(child, 20);
761
control.
SetRow
(child, 11);
781
control.
SetRow
(child, 11);
804
control.
SetRow
(child, 11);
826
control.
SetRow
(child, 11);
850
control.
SetRow
(child, 11);
892
control.
SetRow
(child, 2);
906
control.
SetRow
(child, 2);
917
control.
SetRow
(child, 2);
1507
control.
SetRow
(child1, 0);
1512
control.
SetRow
(child2, 1);
1900
control.
SetRow
(child, value);
1908
control.
SetRow
(child, value);
1947
control.
SetRow
(child, value);
1957
control.
SetRow
(child, value);
1977
control.
SetRow
(child, 1);
1980
control.
SetRow
(child, 2);
1988
Assert.Throws<ArgumentNullException>("control", () => control.
SetRow
(null, 1));
1995
Assert.Throws<ArgumentOutOfRangeException>("row", () => control.
SetRow
(new Control(), -2));