2 writes to ParentActivity
System.Activities (2)
System\Activities\Statements\TransactionScope.cs (2)
204
ParentActivity
= parent,
514
this.
ParentActivity
= new InArgument<Activity>();
3 references to ParentActivity
System.Activities (3)
System\Activities\Statements\TransactionScope.cs (3)
512
if (this.
ParentActivity
== null)
516
metadata.Bind(this.
ParentActivity
, parentActivityArgument);
543
Activity parent = this.
ParentActivity
.Get(context);