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