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