4 references to EventDrivenActivity
System.Workflow.Activities (4)
Designers\ListenDesigner.cs (3)
34
listenActivity.Activities.Add(new
EventDrivenActivity
());
35
listenActivity.Activities.Add(new
EventDrivenActivity
());
58
return new
EventDrivenActivity
();
Designers\StateDesigner.cs (1)
1930
EventDrivenActivity eventDriven = new
EventDrivenActivity
();