4 writes to implementationChildren
System.Activities (4)
System\Activities\Activity.cs (4)
610this.implementationChildren = implementationChildren; 617this.implementationChildren = new Collection<Activity>(); 1072this.implementationChildren = null; 1175this.implementationChildren = emptyChildren;
4 references to implementationChildren
System.Activities (4)
System\Activities\Activity.cs (4)
371return this.implementationChildren; 615if (this.implementationChildren == null) 620this.implementationChildren.Add(implementationChild); 1173if (this.implementationChildren == null)