3 writes to owningInstance
System.Activities (3)
System\Activities\Runtime\ExecutionPropertyManager.cs (3)
38
this.
owningInstance
= owningInstance;
73
this.
owningInstance
= owningInstance;
539
this.
owningInstance
= owner;
8 references to owningInstance
System.Activities (8)
System\Activities\Runtime\ExecutionPropertyManager.cs (8)
45
ActivityInstance previousOwner = owningInstance.PropertyManager != null ? owningInstance.PropertyManager.
owningInstance
: null;
115
if (instance.PropertyManager == null || instance.PropertyManager.
owningInstance
== previousOwner)
209
if (currentManager.
owningInstance
!= null)
211
if (currentManager.
owningInstance
.Parent != null)
213
return currentManager.
owningInstance
.Parent.PropertyManager;
256
HybridCollection<ActivityInstance> children = this.
owningInstance
.GetRawChildren();
418
return this.
owningInstance
== instance;
528
if (executingInstance == this.
owningInstance
)