1 implementation of IExecutionProperty
System.Activities (1)
System\Activities\RuntimeTransactionHandle.cs (1)
16
public sealed class RuntimeTransactionHandle : Handle,
IExecutionProperty
, IPropertyRegistrationCallback
9 references to IExecutionProperty
System.Activities (9)
System\Activities\Runtime\ExecutionPropertyManager.cs (7)
246
if (property is
IExecutionProperty
)
377
if (executionProperty.Property is
IExecutionProperty
)
435
IExecutionProperty
property = (
IExecutionProperty
)executionProperty.Property;
457
IExecutionProperty
property = (
IExecutionProperty
)current.Property;
555
if (property.Property is
IExecutionProperty
)
System\Activities\RuntimeTransactionHandle.cs (2)
305
void
IExecutionProperty
.SetupWorkflowThread()
319
void
IExecutionProperty
.CleanupWorkflowThread()