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