2 references to GetChildren
System.Activities (2)
System\Activities\Validation\ValidationContext.cs (2)
55
List<Activity> nodes = ActivityValidationServices.
GetChildren
(new ActivityUtilities.ChildActivity(currentNode, true), new ActivityUtilities.ActivityCallStack(), this.options);
69
return ActivityValidationServices.
GetChildren
(this.owner, this.parentChain, this.options);