7 writes to selectedIndex
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (7)
1059
selectedIndex
= value;
2506
selectedIndex
= -1;
2523
selectedIndex
= -1;
2526
selectedIndex
= SelectedIndex;
3310
selectedIndex
= DataManager.Position;
4251
owner.
selectedIndex
= -1;
4369
owner.
selectedIndex
--;
4 references to selectedIndex
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (4)
1040
return
selectedIndex
;
2503
if (
selectedIndex
>= 0) {
2504
SendMessage(NativeMethods.CB_SETCURSEL,
selectedIndex
, 0);
4368
if (!owner.IsHandleCreated && index < owner.
selectedIndex
) {