3 references to CB_SETCURSEL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
1055SendMessage(NativeMethods.CB_SETCURSEL, value, 0); 2504SendMessage(NativeMethods.CB_SETCURSEL, selectedIndex, 0); 3307SendMessage(NativeMethods.CB_SETCURSEL, DataManager.Position, 0);