2 writes to removedItems
System.Workflow.ComponentModel (2)
AuthoringOM\ActivitiesCollection.cs (2)
380this.removedItems = removedItems; 391this.removedItems = new List<Activity>();
3 references to removedItems
System.Workflow.ComponentModel (3)
AuthoringOM\ActivitiesCollection.cs (3)
392((List<Activity>)this.removedItems).Add(removedActivity); 407return (this.removedItems != null) ? new List<Activity>(this.removedItems).AsReadOnly() : new List<Activity>().AsReadOnly();