3 references to TerminateActivity
System.Workflow.ComponentModel (2)
AuthoringOM\Terminate.cs (2)
21
[ToolboxBitmap(typeof(
TerminateActivity
), "Resources.Terminate.png")]
26
public static readonly DependencyProperty ErrorProperty = DependencyProperty.Register("Error", typeof(string), typeof(
TerminateActivity
));
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1270
else if (interopBodyType == typeof(System.Workflow.ComponentModel.
TerminateActivity
))