5 references to GetEventHandlerType
System.Workflow.Activities (4)
Common\CompModHelpers.cs (1)
790return TypeProvider.GetEventHandlerType(eventInfo);
CorrelationValidator.cs (2)
415delegateType = TypeProvider.GetEventHandlerType(eventInfo); 852delegateType = TypeProvider.GetEventHandlerType(eventInfo);
EventSinkActivity.cs (1)
463Type delegateType = TypeProvider.GetEventHandlerType(eventInfo);
System.Workflow.ComponentModel (1)
Shared\CompModHelpers.cs (1)
788return TypeProvider.GetEventHandlerType(eventInfo);