6 references to Options
System.Workflow.ComponentModel (6)
AuthoringOM\DependencyProperty.cs (2)
179
bool isEvent = (typeof(System.Delegate).IsAssignableFrom(propertyType) && (defaultMetadata == null || (defaultMetadata.
Options
& DependencyPropertyOptions.DelegateProperty) == 0));
272
this.isEvent = (typeof(System.Delegate).IsAssignableFrom(this.propertyType) && (this.defaultMetadata == null || (this.defaultMetadata.
Options
& DependencyPropertyOptions.DelegateProperty) == 0));
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (4)
977
isReadOnly = ((dependencyProperty.DefaultMetadata.
Options
& DependencyPropertyOptions.ReadOnly) == DependencyPropertyOptions.ReadOnly);
1475
if ((dependencyProperty.DefaultMetadata.
Options
& DependencyPropertyOptions.ReadOnly) == DependencyPropertyOptions.ReadOnly)
1802
isReadOnly = ((dependencyProperty.DefaultMetadata.
Options
& DependencyPropertyOptions.ReadOnly) == DependencyPropertyOptions.ReadOnly);
1918
isReadOnly = ((dependencyProperty.DefaultMetadata.
Options
& DependencyPropertyOptions.ReadOnly) == DependencyPropertyOptions.ReadOnly);