6 references to SequentialWorkflowActivity
System.Workflow.Activities (5)
Schedule.cs (5)
25
[ToolboxBitmap(typeof(
SequentialWorkflowActivity
), "Resources.SequentialWorkflow.bmp")]
33
public static readonly DependencyProperty InitializedEvent = DependencyProperty.Register("Initialized", typeof(EventHandler), typeof(
SequentialWorkflowActivity
));
34
public static readonly DependencyProperty CompletedEvent = DependencyProperty.Register("Completed", typeof(EventHandler), typeof(
SequentialWorkflowActivity
));
103
base.RaiseEvent(
SequentialWorkflowActivity
.InitializedEvent, this, EventArgs.Empty);
112
base.RaiseEvent(
SequentialWorkflowActivity
.CompletedEvent, this, EventArgs.Empty);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1326
else if (interopBodyType == typeof(System.Workflow.Activities.
SequentialWorkflowActivity
))