2 writes to options
System.Workflow.ComponentModel (2)
AuthoringOM\PropertyMetadata.cs (2)
93
this.
options
= options;
147
this.
options
= value;
4 references to options
System.Workflow.ComponentModel (4)
AuthoringOM\PropertyMetadata.cs (4)
140
return this.
options
;
155
return (this.
options
& DependencyPropertyOptions.Metadata) > 0;
162
return (this.
options
& DependencyPropertyOptions.NonSerialized) > 0;
170
return (this.
options
& DependencyPropertyOptions.ReadOnly) > 0;