6 references to GetSelected
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListBox.cs (6)
919if (!SelectedItems.GetSelected(value)) { 1374if (SelectedItems.GetSelected(x)) { 1541if (itemsCollection != null && SelectedItems.GetSelected(index)) { 2168if (currentSelections.GetSelected(i)) { 4375if (index != -1 && !GetSelected(index)) { 4391if (index != -1 && GetSelected(index)) {