6 writes to Readonly
System.Workflow.ComponentModel (6)
AuthoringOM\Activity.cs (2)
2220childActivity.Readonly = true; 2249this.Readonly = true;
AuthoringOM\DependencyObject.cs (2)
480this.Readonly = true; 517this.Readonly = true;
AuthoringOM\ScheduleChanges.cs (2)
292activity.Readonly = true; 320activity.Readonly = false;
2 references to Readonly
System.Workflow.ComponentModel (2)
AuthoringOM\ScheduleChanges.cs (2)
280if (removedActivity.Readonly) 468if (clonedActivity.Readonly)