7 references to ExecutionPropertyName
System.Activities (4)
System\Activities\Runtime\ActivityExecutor.cs (2)
2719rootProperties.Add(handle.ExecutionPropertyName, new ExecutionPropertyManager.ExecutionProperty(handle.ExecutionPropertyName, handle, null));
System\Activities\Statements\HandleScope.cs (1)
91context.Properties.Add(scopedHandle.ExecutionPropertyName, scopedHandle);
System\Activities\Statements\TransactionScope.cs (1)
305context.Properties.Add(transactionHandle.ExecutionPropertyName, transactionHandle);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
223RuntimeTransactionHandle foundHandle = context.Properties.Find(handleInstance.ExecutionPropertyName) as RuntimeTransactionHandle; 226context.Properties.Add(handleInstance.ExecutionPropertyName, handleInstance);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
379context.Properties.Add(runtimeTransactionHandle.ExecutionPropertyName, runtimeTransactionHandle);