3 types derived from SequenceDesigner
System.Workflow.ComponentModel (2)
AuthoringOM\Behaviors\CompensatableTransactionScopeActivityDesigner.cs (1)
16
internal sealed class CompensatableTransactionScopeActivityDesigner :
SequenceDesigner
AuthoringOM\Behaviors\TransactionScopeDesigner.cs (1)
16
internal sealed class TransactionScopeActivityDesigner :
SequenceDesigner
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivityDesigner.cs (1)
21
class 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)
62
WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(
SequenceDesigner
).Name, typeof(
SequenceDesigner
));