1 implementation of IItemsCollection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (1)
12class DictionaryItemsCollection<TKey, TValue> : Collection<ModelItemKeyValuePair<TKey, TValue>>, IItemsCollection
3 references to IItemsCollection
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (3)
94IItemsCollection ItemsCollectionObject 98IItemsCollection itemsCollectionObject = null; 101itemsCollectionObject = ItemsCollectionModelItemCollection.GetCurrentValue() as IItemsCollection;