11 references to PropertyMetadata
System.Workflow.Activities (5)
EventSinkActivity.cs (2)
37
public static readonly DependencyProperty InterfaceTypeProperty = DependencyProperty.Register("InterfaceType", typeof(System.Type), typeof(HandleExternalEventActivity), new
PropertyMetadata
(null, DependencyPropertyOptions.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
38
public static readonly DependencyProperty EventNameProperty = DependencyProperty.Register("EventName", typeof(string), typeof(HandleExternalEventActivity), new
PropertyMetadata
("", DependencyPropertyOptions.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
InvokeMethodActivity.cs (2)
34
public static readonly DependencyProperty InterfaceTypeProperty = DependencyProperty.Register("InterfaceType", typeof(System.Type), typeof(CallExternalMethodActivity), new
PropertyMetadata
(null, DependencyPropertyOptions.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
35
public static readonly DependencyProperty MethodNameProperty = DependencyProperty.Register("MethodName", typeof(string), typeof(CallExternalMethodActivity), new
PropertyMetadata
("", DependencyPropertyOptions.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
SetState.cs (1)
34
public static readonly DependencyProperty TargetStateNameProperty = DependencyProperty.Register(TargetStateNamePropertyName, typeof(string), typeof(SetStateActivity), new
PropertyMetadata
("", DependencyPropertyOptions.Metadata, new ValidationOptionAttribute(ValidationOption.Optional)));
System.Workflow.ComponentModel (1)
AuthoringOM\Activity.cs (1)
144
private static DependencyProperty NameProperty = DependencyProperty.Register("Name", typeof(string), typeof(Activity), new
PropertyMetadata
("", DependencyPropertyOptions.Metadata, new ValidationOptionAttribute(ValidationOption.Required)));
System.WorkflowServices (5)
System\Workflow\Activities\ChannelToken.cs (2)
40
new
PropertyMetadata
(null, DependencyPropertyOptions.Metadata,
48
new
PropertyMetadata
(null, DependencyPropertyOptions.Metadata,
System\Workflow\Activities\ContextToken.cs (2)
34
new
PropertyMetadata
(null,
43
new
PropertyMetadata
(null,
System\Workflow\Activities\OperationInfo.cs (1)
37
new
PropertyMetadata
(null, DependencyPropertyOptions.Metadata | DependencyPropertyOptions.ReadOnly,