2 references to IndexOf
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (2)
116
return
IndexOf
(index) != -1;
174
return
IndexOf
(indexAsInt);