3 references to WorkflowRuntimeEventArgs
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (1)
646
Stop(null, new
WorkflowRuntimeEventArgs
(false));
WorkflowRuntime.cs (2)
1176
ss(this, new
WorkflowRuntimeEventArgs
(isInstanceStarted));
1377
handler(this, new
WorkflowRuntimeEventArgs
(isInstanceStarted));