5 references to IndexOf
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (5)
68return IndexOf(item) != -1; 112return IndexOf(itemAsInt); 127int index = IndexOf(item); 132index = IndexOf(item); 252int index = IndexOf(item);