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