4 references to GetRawChildren
System.Activities (4)
System\Activities\Runtime\ExecutionPropertyManager.cs (4)
256HybridCollection<ActivityInstance> children = this.owningInstance.GetRawChildren(); 286HybridCollection<ActivityInstance> tempChildren = child.GetRawChildren(); 518Fx.Assert(completedInstance == null || completedInstance.GetRawChildren() == null || completedInstance.GetRawChildren().Count == 0, "There must not be any children at this point otherwise our exclusive handle count would be incorrect.");