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,