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