4 writes to addMethod
System (4)
compmod\system\componentmodel\ReflectEventDescriptor.cs (4)
120
this.
addMethod
= desc.addMethod;
326
addMethod
= realEvent.GetAddMethod();
344
addMethod
= defined.GetAddMethod();
365
addMethod
= FindMethod(componentClass, "AddOn" + Name, argsType, typeof(void));
6 references to addMethod
System (6)
compmod\system\componentmodel\ReflectEventDescriptor.cs (6)
120
this.addMethod = desc.
addMethod
;
213
SecurityUtils.MethodInfoInvoke(
addMethod
, component, new object[] { value});
256
Debug.Assert(
addMethod
!= null, "Null remove method for " + Name);
257
FillSingleMethodAttribute(
addMethod
, attributes);
331
if (
addMethod
== null || removeMethod == null) {
367
if (
addMethod
== null || removeMethod == null) {