2 references to SelectNextControlInPanel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1999bool selected = SelectNextControlInPanel(ctl, forward, tabStopOnly, nested, wrap); 2451if (SelectNextControlInPanel(ActiveControl, forward, true, true, true)) {