3 writes to readonlyPropertyValue
System.Workflow.ComponentModel (3)
AuthoringOM\DependencyObject.cs (3)
38readonlyPropertyValue = false; 77readonlyPropertyValue = value; 531this.readonlyPropertyValue = true; // alway readonly if fixing up
1 reference to readonlyPropertyValue
System.Workflow.ComponentModel (1)
AuthoringOM\DependencyObject.cs (1)
97return !readonlyPropertyValue;