1 instantiation of ActivityExecutingEventArgs
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
3584ActivityExecutingEventArgs args = new ActivityExecutingEventArgs(activity);
3 references to ActivityExecutingEventArgs
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (2)
677OnActivityExecuting(sender, (WorkflowExecutor.ActivityExecutingEventArgs)e); 763private void OnActivityExecuting(object sender, WorkflowExecutor.ActivityExecutingEventArgs eventArgs)
WorkflowExecutor.cs (1)
3584ActivityExecutingEventArgs args = new ActivityExecutingEventArgs(activity);