2 writes to index
System.Workflow.ComponentModel (2)
AuthoringOM\ScheduleChanges.cs (2)
707this.index = (compositeActivity.Activities != null) ? compositeActivity.Activities.IndexOf(activityAdded) : -1; 718this.index = value;
2 references to index
System.Workflow.ComponentModel (2)
AuthoringOM\ScheduleChanges.cs (2)
714return this.index; 793ownerActivity.Activities.Insert(this.index, clonedAddedActivity);