4 references to FindMethod
System (4)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
365addMethod = FindMethod(componentClass, "AddOn" + Name, argsType, typeof(void)); 366removeMethod = FindMethod(componentClass, "RemoveOn" + Name, argsType, typeof(void));
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
356getMethod = FindMethod(componentClass, "Get" + Name, new Type[] { receiverType }, type); 489setMethod = FindMethod(componentClass, "Set" + Name,