Implemented interface member:
3 references to IndexOf
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
927
x = _itemsCollection.
IndexOf
(value);
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (2)
258
return
IndexOf
(value) != -1;
397
int index =
IndexOf
(value);