2 writes to ParentActivity
System.Activities (2)
System\Activities\Statements\TransactionScope.cs (2)
194
ParentActivity
= parent,
585
this.
ParentActivity
= new InArgument<Activity>();
3 references to ParentActivity
System.Activities (3)
System\Activities\Statements\TransactionScope.cs (3)
583
if (this.
ParentActivity
== null)
587
metadata.Bind(this.
ParentActivity
, parentActivityArgument);
614
Activity parent = this.
ParentActivity
.Get(context);