1 instantiation of ModelItemCollectionImpl
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
144
ModelItemCollectionImpl 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)
755
ModelItemCollectionImpl
itemsCollectionImpl = this.ItemsCollectionModelItemCollection as
ModelItemCollectionImpl
;
814
ModelItemCollectionImpl
itemsCollectionImpl = this.ItemsCollectionModelItemCollection as
ModelItemCollectionImpl
;
899
ModelItemCollectionImpl
itemsCollectionImpl = ItemsCollectionModelItemCollection as
ModelItemCollectionImpl
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (7)
144
ModelItemCollectionImpl
modelItem = new ModelItemCollectionImpl(this, instance.GetType(), instance, parent);
238
internal void CollectionAdd(
ModelItemCollectionImpl
dataModelItemCollection, ModelItem item)
243
internal void CollectionInsert(
ModelItemCollectionImpl
dataModelItemCollection, int index, ModelItem item)
257
internal void CollectionClear(
ModelItemCollectionImpl
modelItemCollectionImpl)
279
internal void CollectionRemove(
ModelItemCollectionImpl
dataModelItemCollection, ModelItem item)
284
internal void CollectionRemoveAt(
ModelItemCollectionImpl
dataModelItemCollection, int index)
290
private void CollectionRemove(
ModelItemCollectionImpl
dataModelItemCollection, ModelItem item, int index)