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