6 references to WorkflowExecutionEvent
System.Workflow.Runtime (6)
DebugEngine\DebugController.cs (2)
421
executor.
WorkflowExecutionEvent
-= OnInstanceEvent;
906
executor.
WorkflowExecutionEvent
+= OnInstanceEvent;
PerformanceCounterManager.cs (1)
347
exec.
WorkflowExecutionEvent
+= new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent);
Tracking.cs (2)
109
exec.
WorkflowExecutionEvent
+= new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent);
189
exec.
WorkflowExecutionEvent
+= new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(listener.WorkflowExecutionEvent);
WorkflowRuntime.cs (1)
1204
workflowExecutor.
WorkflowExecutionEvent
+= new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent);