4 references to FindMethod
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectEventDescriptor.cs (2)
364_addMethod = FindMethod(_componentClass, "AddOn" + Name, argsType, typeof(void)); 365_removeMethod = FindMethod(_componentClass, "RemoveOn" + Name, argsType, typeof(void));
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
348_getMethod = FindMethod(_componentClass, "Get" + Name, new Type[] { _receiverType }, _type); 457_setMethod = FindMethod(_componentClass, "Set" + Name,