3 references to WalkActivityTree
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
907foreach (Activity activity in DebugController.WalkActivityTree(rootActivity)) 927foreach (Activity childInstance in DebugController.WalkActivityTree(instanceActivity)) 967foreach (Activity nestedChild in WalkActivityTree(childActivity))