6 references to NativeSetSelected
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListBox.cs (6)
906
NativeSetSelected
(value, true);
925
NativeSetSelected
(value, true);
1378
NativeSetSelected
(x, false);
2138
NativeSetSelected
(index, value);
2169
NativeSetSelected
(i, true);
4345
this.owner.
NativeSetSelected
(index, true /*we signal selection to the native listBox only if the item is actually selected*/);