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