6 references to ThrowActivity
System.Workflow.ComponentModel (5)
AuthoringOM\Fault.cs (3)
23
[ToolboxBitmap(typeof(
ThrowActivity
), "Resources.Throw.png")]
29
public static readonly DependencyProperty FaultProperty = DependencyProperty.Register("Fault", typeof(Exception), typeof(
ThrowActivity
));
31
public static readonly DependencyProperty FaultTypeProperty = DependencyProperty.Register("FaultType", typeof(Type), typeof(
ThrowActivity
));
AuthoringOM\Serializer\WorkflowMarkupSerializerMapping.cs (2)
47
WorkflowMarkupSerializerMapping.wellKnownTypes.Add(typeof(
ThrowActivity
).Name, typeof(
ThrowActivity
));
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1274
else if (interopBodyType == typeof(System.Workflow.ComponentModel.
ThrowActivity
))