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