6 references to NativeSetSelected
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
875
NativeSetSelected
(value, true);
898
NativeSetSelected
(value, true);
1335
NativeSetSelected
(x, false);
2157
NativeSetSelected
(index, value);
2198
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*/);