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