6 references to Owner
System.Activities (6)
System\Activities\NativeActivityContext.cs (4)
2203if (handle.Owner == this.CurrentInstance) 2209if (handle.Owner == null) 2217return new ExecutionProperties(this, handle.Owner, handle.Owner.PropertyManager);
System\Activities\NativeActivityTransactionContext.cs (1)
33this.executor.SetTransaction(this.transactionHandle, transaction, transactionHandle.Owner, this.CurrentInstance);
System\Activities\RuntimeTransactionHandle.cs (1)
187Fx.Assert(this.Owner == null, "this.rootTransaction should only be set at the root");