14 references to GetNextSelectableControl
System.Windows.Forms.Tests (14)
System\Windows\Forms\ControlTests.cs (14)
829
Control nextControl1 = control.
GetNextSelectableControl
(button1, forward: true, tabStopOnly: true, nested: true, wrap: true);
830
Control nextControl2 = control.
GetNextSelectableControl
(button2, forward: true, tabStopOnly: true, nested: true, wrap: true);
831
Control nextControl3 = control.
GetNextSelectableControl
(button3, forward: true, tabStopOnly: true, nested: true, wrap: true);
832
Control nextControl4 = control.
GetNextSelectableControl
(button1, forward: true, tabStopOnly: true, nested: true, wrap: true);
850
Control previousControl1 = control.
GetNextSelectableControl
(button1, forward: false, tabStopOnly: true, nested: true, wrap: true);
851
Control previousControl2 = control.
GetNextSelectableControl
(button3, forward: false, tabStopOnly: true, nested: true, wrap: true);
852
Control previousControl3 = control.
GetNextSelectableControl
(button2, forward: false, tabStopOnly: true, nested: true, wrap: true);
853
Control previousControl4 = control.
GetNextSelectableControl
(button1, forward: false, tabStopOnly: true, nested: true, wrap: true);
905
Control previousControl1 = control.
GetNextSelectableControl
(button2, forward: false, tabStopOnly: true, nested: true, wrap: true);
906
Control previousControl2 = control.
GetNextSelectableControl
(button1, forward: false, tabStopOnly: true, nested: true, wrap: true);
907
Control previousControl3 = control.
GetNextSelectableControl
(checkBox2, forward: false, tabStopOnly: true, nested: true, wrap: true);
908
Control previousControl4 = control.
GetNextSelectableControl
(checkBox1, forward: false, tabStopOnly: true, nested: true, wrap: true);
909
Control previousControl5 = control.
GetNextSelectableControl
(radioButton1, forward: false, tabStopOnly: true, nested: true, wrap: true);
910
Control previousControl6 = control.
GetNextSelectableControl
(button2, forward: false, tabStopOnly: true, nested: true, wrap: true);