2 writes to removedActivityIndex
System.Workflow.ComponentModel (2)
AuthoringOM\ScheduleChanges.cs (2)
822
this.
removedActivityIndex
= removedActivityIndex;
834
this.
removedActivityIndex
= value;
4 references to removedActivityIndex
System.Workflow.ComponentModel (4)
AuthoringOM\ScheduleChanges.cs (4)
830
return this.
removedActivityIndex
;
869
if (this.
removedActivityIndex
>= ownerActivity.Activities.Count)
876
this.originalRemovedActivity = ownerActivity.Activities[this.
removedActivityIndex
];
877
ownerActivity.Activities.RemoveAt(this.
removedActivityIndex
);