6 references to GetSelected
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (4)
891if (!SelectedItems.GetSelected(value)) 1329if (SelectedItems.GetSelected(x)) 1490if (_itemsCollection is not null && SelectedItems.GetSelected(index)) 2196if (currentSelections.GetSelected(i))
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (2)
263if (index != -1 && !GetSelected(index)) 279if (index != -1 && GetSelected(index))