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