14 references to GetNextSelectableControl
System.Windows.Forms.Tests (14)
System\Windows\Forms\ControlTests.cs (14)
826
Control nextControl1 = control.
GetNextSelectableControl
(button1, forward: true, tabStopOnly: true, nested: true, wrap: true);
827
Control nextControl2 = control.
GetNextSelectableControl
(button2, forward: true, tabStopOnly: true, nested: true, wrap: true);
828
Control nextControl3 = control.
GetNextSelectableControl
(button3, forward: true, tabStopOnly: true, nested: true, wrap: true);
829
Control nextControl4 = control.
GetNextSelectableControl
(button1, forward: true, tabStopOnly: true, nested: true, wrap: true);
847
Control previousControl1 = control.
GetNextSelectableControl
(button1, forward: false, tabStopOnly: true, nested: true, wrap: true);
848
Control previousControl2 = control.
GetNextSelectableControl
(button3, forward: false, tabStopOnly: true, nested: true, wrap: true);
849
Control previousControl3 = control.
GetNextSelectableControl
(button2, forward: false, tabStopOnly: true, nested: true, wrap: true);
850
Control previousControl4 = control.
GetNextSelectableControl
(button1, forward: false, tabStopOnly: true, nested: true, wrap: true);
902
Control previousControl1 = control.
GetNextSelectableControl
(button2, forward: false, tabStopOnly: true, nested: true, wrap: true);
903
Control previousControl2 = control.
GetNextSelectableControl
(button1, forward: false, tabStopOnly: true, nested: true, wrap: true);
904
Control previousControl3 = control.
GetNextSelectableControl
(checkBox2, forward: false, tabStopOnly: true, nested: true, wrap: true);
905
Control previousControl4 = control.
GetNextSelectableControl
(checkBox1, forward: false, tabStopOnly: true, nested: true, wrap: true);
906
Control previousControl5 = control.
GetNextSelectableControl
(radioButton1, forward: false, tabStopOnly: true, nested: true, wrap: true);
907
Control previousControl6 = control.
GetNextSelectableControl
(button2, forward: false, tabStopOnly: true, nested: true, wrap: true);