5 references to PolicyActivity
System.Workflow.Activities (4)
Designers\PolicyDesigner.cs (2)
40
PolicyActivity
activity = (
PolicyActivity
)this.Activity;
Policy.cs (2)
25
[ToolboxBitmap(typeof(
PolicyActivity
), "Resources.Rule.png")]
34
public static readonly DependencyProperty RuleSetReferenceProperty = DependencyProperty.Register("RuleSetReference", typeof(RuleSetReference), typeof(
PolicyActivity
), new PropertyMetadata(DependencyPropertyOptions.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1238
else if (interopBodyType == typeof(System.Workflow.Activities.
PolicyActivity
))