4 writes to InternalRoot
System.Activities (4)
System\Activities\Activity.cs (1)
917
parentEnvironment = new ActivityLocationReferenceEnvironment(this.rootProperties.HostEnvironment) {
InternalRoot
= this };
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
27
this.
InternalRoot
= parent.Root;
System\Activities\ActivityUtilities.cs (2)
659
InternalRoot
= activity
709
newPublicEnvironment.
InternalRoot
= activity;
1 reference to InternalRoot
System.Activities (1)
System\Activities\ActivityLocationReferenceEnvironment.cs (1)
35
return this.
InternalRoot
;