6 references to NativeSetSelected
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
873
NativeSetSelected
(value, true);
896
NativeSetSelected
(value, true);
1333
NativeSetSelected
(x, false);
2155
NativeSetSelected
(index, value);
2196
NativeSetSelected
(i, true);
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (1)
238
_owner.
NativeSetSelected
(index, true /*we signal selection to the native listBox only if the item is actually selected*/);