6 references to NativeSetSelected
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
873NativeSetSelected(value, true); 896NativeSetSelected(value, true); 1333NativeSetSelected(x, false); 2155NativeSetSelected(index, value); 2196NativeSetSelected(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*/);