1 write to onStepCompleted
System.Activities (1)
System\Activities\Statements\Flowchart.cs (1)
349this.onStepCompleted = new CompletionCallback(this.OnStepCompleted);
2 references to onStepCompleted
System.Activities (2)
System\Activities\Statements\Flowchart.cs (2)
347if (this.onStepCompleted == null) 352return step.Execute(context, this.onStepCompleted, out nextNode);