45 references to Designer
System.Workflow.Activities (29)
Code.cs (1)
19
[
Designer
(typeof(CodeDesigner), typeof(IDesigner))]
CompensatableSequenceActivity.cs (1)
22
[
Designer
(typeof(SequenceDesigner), typeof(IDesigner))]
Conditional.cs (1)
26
[
Designer
(typeof(IfElseDesigner), typeof(IDesigner))]
ConditionalBranch.cs (1)
22
[
Designer
(typeof(IfElseBranchDesigner), typeof(IDesigner))]
ConstrainedGroup.cs (1)
28
[
Designer
(typeof(ConditionedActivityGroupDesigner), typeof(IDesigner))]
Delay.cs (1)
23
[
Designer
(typeof(DelayDesigner), typeof(IDesigner))]
EventDriven.cs (1)
23
[
Designer
(typeof(EventDrivenDesigner), typeof(IDesigner))]
EventHandlers.cs (1)
22
[
Designer
(typeof(EventHandlersDesigner), typeof(IDesigner))]
EventHandlingScope.cs (1)
26
[
Designer
(typeof(EventHandlingScopeDesigner), typeof(IDesigner))]
EventSinkActivity.cs (1)
23
[
Designer
(typeof(HandleExternalEventActivityDesigner), typeof(IDesigner))]
InvokeMethodActivity.cs (1)
22
[
Designer
(typeof(CallExternalMethodActivityDesigner), typeof(IDesigner))]
InvokeWebService.cs (1)
53
[
Designer
(typeof(InvokeWebServiceDesigner), typeof(IDesigner))]
Listen.cs (1)
28
[
Designer
(typeof(ListenDesigner), typeof(IDesigner))]
Parallel.cs (1)
27
[
Designer
(typeof(ParallelDesigner), typeof(IDesigner))]
Policy.cs (1)
27
[
Designer
(typeof(PolicyDesigner), typeof(IDesigner))]
Schedule.cs (2)
23
[
Designer
(typeof(SequentialWorkflowDesigner), typeof(IRootDesigner))]
24
[
Designer
(typeof(SequentialWorkflowDesigner), typeof(IDesigner))]
Sequence.cs (1)
22
[
Designer
(typeof(SequenceDesigner), typeof(IDesigner))]
SetState.cs (1)
23
[
Designer
(typeof(SetStateDesigner), typeof(IDesigner))]
State.cs (1)
28
[
Designer
(typeof(StateDesigner), typeof(IDesigner))]
StateFinalizationActivity.cs (1)
22
[
Designer
(typeof(StateFinalizationDesigner), typeof(IDesigner))]
StateInitialization.cs (1)
22
[
Designer
(typeof(StateInitializationDesigner), typeof(IDesigner))]
StateMachineWorkflow.cs (2)
18
[
Designer
(typeof(StateMachineWorkflowDesigner), typeof(IRootDesigner))]
19
[
Designer
(typeof(StateMachineWorkflowDesigner), typeof(IDesigner))]
Task.cs (1)
30
[
Designer
(typeof(ReplicatorDesigner), typeof(IDesigner))]
WebServiceFault.cs (1)
25
[
Designer
(typeof(WebServiceFaultDesigner), typeof(IDesigner))]
WebServiceReceive.cs (1)
27
[
Designer
(typeof(WebServiceReceiveDesigner), typeof(IDesigner))]
WebServiceResponse.cs (1)
23
[
Designer
(typeof(WebServiceResponseDesigner), typeof(IDesigner))]
While.cs (1)
24
[
Designer
(typeof(WhileDesigner), typeof(IDesigner))]
System.Workflow.ComponentModel (14)
AuthoringOM\Activity.cs (2)
137
[
Designer
(typeof(ActivityDesigner), typeof(IDesigner))]
138
[
Designer
(typeof(ActivityDesigner), typeof(IRootDesigner))]
AuthoringOM\Behaviors\CancellationHandler.cs (1)
13
[
Designer
(typeof(CancellationHandlerActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\CompensatableTransactionScopeActivity.cs (1)
18
[
Designer
(typeof(CompensatableTransactionScopeActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\Compensate.cs (1)
16
[
Designer
(typeof(CompensateDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\Compensation.cs (1)
13
[
Designer
(typeof(CompensationHandlerActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\ExceptionHandler.cs (1)
24
[
Designer
(typeof(FaultHandlerActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\ExceptionHandlers.cs (1)
22
[
Designer
(typeof(FaultHandlersActivityDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
23
[
Designer
(typeof(SequenceDesigner), typeof(IDesigner))]
AuthoringOM\Behaviors\TransactionScope.cs (1)
18
[
Designer
(typeof(TransactionScopeActivityDesigner), typeof(IDesigner))]
AuthoringOM\Design\XomlDesignerLoader.cs (1)
45
TypeDescriptor.AddAttributes(invokeWorkflowType, new
DesignerAttribute
(typeof(InvokeWorkflowDesigner), typeof(IDesigner)));
AuthoringOM\Fault.cs (1)
22
[
Designer
(typeof(ThrowDesigner), typeof(IDesigner))]
AuthoringOM\Suspend.cs (1)
23
[
Designer
(typeof(SuspendDesigner), typeof(IDesigner))]
AuthoringOM\Terminate.cs (1)
20
[
Designer
(typeof(TerminateDesigner), typeof(IDesigner))]
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (1)
33
[
Designer
(typeof(ReceiveActivityDesigner), typeof(IDesigner))]
System\Workflow\Activities\SendActivity.cs (1)
28
[
DesignerAttribute
(typeof(SendActivityDesigner), typeof(IDesigner))]