Implemented interface member:
method
GetEvent
System.Runtime.InteropServices._Type.GetEvent(System.String, System.Reflection.BindingFlags)
13 overrides of GetEvent
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
183public override EventInfo GetEvent(String name, BindingFlags bindingAttr)
system\reflection\emit\generictypeparameterbuilder.cs (1)
138public override EventInfo GetEvent(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
system\reflection\emit\symboltype.cs (1)
463public override EventInfo GetEvent(String name,BindingFlags bindingAttr)
system\reflection\emit\typebuilder.cs (1)
1213public override EventInfo GetEvent(String name,BindingFlags bindingAttr)
system\reflection\emit\typebuilderinstantiation.cs (1)
181public override EventInfo GetEvent(String name, BindingFlags bindingAttr) { throw new NotSupportedException(); }
system\reflection\typedelegator.cs (1)
136public override EventInfo GetEvent(String name,BindingFlags bindingAttr)
system\rttype.cs (1)
3321public override EventInfo GetEvent(String name, BindingFlags bindingAttr)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1305public override EventInfo GetEvent(string name, BindingFlags bindingAttr)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1305public override EventInfo GetEvent(string name, BindingFlags bindingAttr)
System.Web (1)
Compilation\DelayLoadType.cs (1)
96public override EventInfo GetEvent(string name, BindingFlags bindingAttr) {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
381public override EventInfo GetEvent(string name, BindingFlags bindingAttr)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
312public override EventInfo GetEvent(string name, BindingFlags bindingAttr)
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
274public override EventInfo GetEvent(string name, BindingFlags bindingAttr)
27 references to GetEvent
mscorlib (3)
system\reflection\typedelegator.cs (1)
138return typeImpl.GetEvent(name,bindingAttr);
system\reflection\typeinfo.cs (1)
87return GetEvent(name, Type.DeclaredOnlyLookup);
system\type.cs (1)
630return GetEvent(name,Type.DefaultLookup);
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
306miKnownEvent = ownerTagType.GetEvent(localAttribName,
Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
1398memberInfo = objectType.GetEvent(localName, 1560memberInfo = baseType.GetEvent(localName,
PresentationFramework (8)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (4)
284EventInfo spcEvent = _type.GetEvent(StaticPropertyChanged, BindingFlags.Public | BindingFlags.Static); 294EventInfo spcEvent = _type.GetEvent(StaticPropertyChanged, BindingFlags.Public | BindingFlags.Static); 614EventInfo eventInfo = type.GetEvent(eventName, BindingFlags.Public | BindingFlags.Static); 625EventInfo eventInfo = type.GetEvent(eventName, BindingFlags.Public | BindingFlags.Static);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5184attribInfo.EventInfo = currentParentType.GetEvent(attribInfo.Name,
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
1398memberInfo = objectType.GetEvent(localName, 1560memberInfo = baseType.GetEvent(localName, 1690eventInfo = owner.GetEvent(eventName, BindingFlags.Instance | BindingFlags.Public);
System (2)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
291MemberInfo memberInfo = currentReflectType.GetEvent(eventName, bindingFlags); 335EventInfo test = start.GetEvent(realEvent.Name, bindingFlags);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (1)
248return targetType.GetEvent(eventInfo.Name, _getInfoBindingFlags);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1307EventInfo info = _baseReflectionType.GetEvent(name, bindingAttr);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (1)
248return targetType.GetEvent(eventInfo.Name, _getInfoBindingFlags);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1307EventInfo info = _baseReflectionType.GetEvent(name, bindingAttr);
System.Web (1)
Compilation\DelayLoadType.cs (1)
97return Type.GetEvent(name, bindingAttr);
System.Web.Extensions (1)
UI\AsyncPostBackTrigger.cs (1)
102EventInfo eventInfo = _associatedControl.GetType().GetEvent(eventName, BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public);
System.Workflow.Activities (3)
CorrelationValidator.cs (2)
91EventInfo eventInfo = interfaceType.GetEvent(((HandleExternalEventActivity)activity).EventName, BindingFlags.Instance | BindingFlags.Public); 249EventInfo eventInfo = interfaceType.GetEvent(((HandleExternalEventActivity)currentActivity).EventName, BindingFlags.Instance | BindingFlags.Public);
LocalService\CorrelationResolver.cs (1)
390EventInfo eventInfo = interfaceType.GetEvent(methodName, bindingFlags);
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
896member = baseType.GetEvent(memberSignature.Name, bindingAttr);
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
314EventInfo eventInfo = this.runtimeType.GetEvent(name, bindingAttr);