7 references to PropertyMetadata
System.Workflow.Activities (1)
System.Workflow.ComponentModel (6)
AuthoringOM\PropertyMetadata.cs (6)
51: this(defaultValue, options, null, null, new Attribute[] { })
56: this(defaultValue, default(DependencyPropertyOptions), null, null, attributes)
61: this(defaultValue, options, null, null, attributes)
66: this(null, options, null, null, attributes)
71: this(null, default(DependencyPropertyOptions), null, null, attributes)
78this(defaultValue, options, getValueOverride, setValueOverride, new Attribute[] { })