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