Implemented interface member:
method
GetEvent
System.Runtime.InteropServices._Type.GetEvent(System.String)
18 references to GetEvent
mscorlib (2)
system\attribute.cs (1)
180return rtAdd.DeclaringType.GetEvent(ev.Name);
system\reflection\RuntimeReflectionExtensions.cs (1)
53return type.GetEvent(name);
System (1)
compmod\system\componentmodel\ReflectEventDescriptor.cs (1)
356realEvent = this.componentClass.GetEvent(Name);
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
16_innerEventInfo = type.GetEvent(eventName);
System.Web (7)
Compilation\ClientBuildManagerTypeDescriptionProviderBridge.cs (2)
70EventInfo runtimeEventInfo = type.GetEvent(name); 75EventInfo reflectionEventInfo = reflectionType.GetEvent(name);
Compilation\DataBindingExpressionBuilder.cs (1)
24eventInfo = typeof(Control).GetEvent("DataBinding");
HttpApplication.cs (1)
1908EventInfo reflectionEvent = targetType.GetEvent(foundEvent.Name);
UI\TargetFrameworkUtil.cs (3)
282return type.GetEvent(name); 288EventInfo eventInfo = targetFrameworkType.GetEvent(name); 292return type.GetEvent(name);
System.Web.Extensions (1)
ClientServices\Providers\ClientSettingsProvider.cs (1)
899EventInfo ei = provider.GetType().GetEvent("UserValidated");
System.Workflow.Activities (4)
CorrelationValidator.cs (1)
844EventInfo eventInfo = interfaceType.GetEvent(operation);
EventSinkActivity.cs (2)
195EventInfo eventInfo = type.GetEvent(eventName); 460EventInfo eventInfo = type.GetEvent(this.EventName);
Executors\InboundActivityHelper.cs (1)
83EventInfo eventInfo = interfaceType.GetEvent(operation);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CustomActivityDesigner.cs (1)
593createNew = (customActivityType.GetEvent(property.oldPropertyName) == null);
WindowsBase (1)
Base\System\Windows\WeakEventManagerT.cs (1)
28_eventInfo = typeof(TEventSource).GetEvent(_eventName);