Implemented interface member:
method
GetRemoveMethod
System.Runtime.InteropServices._EventInfo.GetRemoveMethod()
8 references to GetRemoveMethod
mscorlib (1)
system\reflection\eventinfo.cs (1)
140MethodInfo removeMethod = GetRemoveMethod();
System (3)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
327removeMethod = realEvent.GetRemoveMethod(); 345removeMethod = defined.GetRemoveMethod();
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1051MethodInfo removeMethod = eventInfo.GetRemoveMethod();
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\Utils.cs (1)
140MethodInfo miRemove = member.GetRemoveMethod();
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\Utils.cs (1)
126MethodInfo miRemove = member.GetRemoveMethod();
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1074if ((methodInfo = eventInfo.GetRemoveMethod()) != null)
AuthoringOM\Design\PropertyDescriptors.cs (1)
483MethodInfo removeAccessor = eventInfo.GetRemoveMethod();