3 writes to Item
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (1)
95Item = this.Item,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
249Item = item, 296Item = item,
9 references to Item
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (9)
60this.Index = this.Collection.IndexOf(this.Item); 61((ModelItemCollectionImpl)this.Collection).RemoveCore(this.Item); 64ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateCollectionItemRemoved(this.Collection, this.Item); 65this.ModelTreeManager.NotifyCollectionRemove(this.Item, changeInfo); 75((ModelItemCollectionImpl)this.Collection).InsertCore(this.Index, this.Item); 81((ModelItemCollectionImpl)this.Collection).AddCore(this.Item); 84ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreateCollectionItemAdded(this.Collection, this.Item); 85this.ModelTreeManager.NotifyCollectionInsert(this.Item, changeInfo); 95Item = this.Item,