3 references to IndexOf
System (3)
compmod\system\componentmodel\EventDescriptorCollection.cs (3)
168return IndexOf(value) >= 0; 274int index = IndexOf(value); 477return IndexOf((EventDescriptor)value);