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