1 instantiation of ModelItemCollectionImpl
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
144ModelItemCollectionImpl modelItem = new ModelItemCollectionImpl(this, instance.GetType(), instance, parent);
17 references to ModelItemCollectionImpl
System.Data (17)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (4)
55((ModelItemCollectionImpl)this.Collection).RemoveAtCore(this.Index); 61((ModelItemCollectionImpl)this.Collection).RemoveCore(this.Item); 75((ModelItemCollectionImpl)this.Collection).InsertCore(this.Index, this.Item); 81((ModelItemCollectionImpl)this.Collection).AddCore(this.Item);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (6)
755ModelItemCollectionImpl itemsCollectionImpl = this.ItemsCollectionModelItemCollection as ModelItemCollectionImpl; 814ModelItemCollectionImpl itemsCollectionImpl = this.ItemsCollectionModelItemCollection as ModelItemCollectionImpl; 899ModelItemCollectionImpl itemsCollectionImpl = ItemsCollectionModelItemCollection as ModelItemCollectionImpl;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (7)
144ModelItemCollectionImpl modelItem = new ModelItemCollectionImpl(this, instance.GetType(), instance, parent); 238internal void CollectionAdd(ModelItemCollectionImpl dataModelItemCollection, ModelItem item) 243internal void CollectionInsert(ModelItemCollectionImpl dataModelItemCollection, int index, ModelItem item) 257internal void CollectionClear(ModelItemCollectionImpl modelItemCollectionImpl) 279internal void CollectionRemove(ModelItemCollectionImpl dataModelItemCollection, ModelItem item) 284internal void CollectionRemoveAt(ModelItemCollectionImpl dataModelItemCollection, int index) 290private void CollectionRemove(ModelItemCollectionImpl dataModelItemCollection, ModelItem item, int index)