2 references to LB_SETCURSEL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
1672SendMessage(NativeMethods.LB_SETCURSEL, (value ? index : -1), 0); 2105SendMessage(NativeMethods.LB_SETCURSEL, DataManager.Position, 0);