4 writes to importedChildren
System.Activities (4)
System\Activities\Activity.cs (4)
625this.importedChildren = importedChildren; 632this.importedChildren = new Collection<Activity>(); 1073this.importedChildren = null; 1170this.importedChildren = emptyChildren;
4 references to importedChildren
System.Activities (4)
System\Activities\Activity.cs (4)
379return this.importedChildren; 630if (this.importedChildren == null) 635this.importedChildren.Add(importedChild); 1168if (this.importedChildren == null)