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