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