6 references to GetChildren
System.Activities (6)
System\Activities\ActivityInstance.cs (5)
698
foreach (ActivityInstance child in this.
GetChildren
())
1136
foreach (ActivityInstance child in this.
GetChildren
())
1720
this.current = this.current.
GetChildren
()[0];
1736
Fx.Assert(!this.current.Parent.
GetChildren
().Contains(this.current), "We should always have removed the current one from the parent's list by now.");
1743
this.current = this.current.
GetChildren
()[0];
System\Activities\NativeActivityContext.cs (1)
166
return this.CurrentInstance.
GetChildren
();