3 types derived from SequenceDesigner
System.Workflow.ComponentModel (2)
AuthoringOM\Behaviors\CompensatableTransactionScopeActivityDesigner.cs (1)
16internal sealed class CompensatableTransactionScopeActivityDesigner : SequenceDesigner
AuthoringOM\Behaviors\TransactionScopeDesigner.cs (1)
16internal sealed class TransactionScopeActivityDesigner : SequenceDesigner
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivityDesigner.cs (1)
21class ReceiveActivityDesigner : SequenceDesigner
3 references to SequenceDesigner
System.Workflow.ComponentModel (3)
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
23[Designer(typeof(SequenceDesigner), typeof(IDesigner))]
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (2)
62WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(SequenceDesigner).Name, typeof(SequenceDesigner));