4 references to GetRawChildren
System.Activities (4)
System\Activities\Runtime\ExecutionPropertyManager.cs (4)
256
HybridCollection<ActivityInstance> children = this.owningInstance.
GetRawChildren
();
286
HybridCollection<ActivityInstance> tempChildren = child.
GetRawChildren
();
518
Fx.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.");