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