3 references to CB_SETCURSEL
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
894PInvokeCore.SendMessage(this, PInvoke.CB_SETCURSEL, (WPARAM)value); 2370PInvokeCore.SendMessage(this, PInvoke.CB_SETCURSEL, (WPARAM)_selectedIndex); 3288PInvokeCore.SendMessage(this, PInvoke.CB_SETCURSEL, (WPARAM)DataManager.Position);