4 references to PersistOnClose
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (2)
1559(this.ExecutionResult == ActivityExecutionResult.Succeeded && (this is ICompensatableActivity || this.PersistOnClose)) 1612else if (this.parent == null || this.PersistOnClose)
AuthoringOM\Compiler\Validation\TransactionContextValidator.cs (2)
57if (nestedEnabledActivity.PersistOnClose) 110if (childActivity.PersistOnClose)