4 writes to removeMethod
System (4)
compmod\system\componentmodel\ReflectEventDescriptor.cs (4)
121
this.
removeMethod
= desc.removeMethod;
327
removeMethod
= realEvent.GetRemoveMethod();
345
removeMethod
= defined.GetRemoveMethod();
366
removeMethod
= FindMethod(componentClass, "RemoveOn" + Name, argsType, typeof(void));
6 references to removeMethod
System (6)
compmod\system\componentmodel\ReflectEventDescriptor.cs (6)
121
this.removeMethod = desc.
removeMethod
;
253
Debug.Assert(
removeMethod
!= null, "Null remove method for " + Name);
254
FillSingleMethodAttribute(
removeMethod
, attributes);
331
if (addMethod == null ||
removeMethod
== null) {
367
if (addMethod == null ||
removeMethod
== null) {
472
SecurityUtils.MethodInfoInvoke(
removeMethod
, component, new object[] { value });