9 references to ItemsCollectionModelItemCollection
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (9)
63
ItemsCollectionModelItemCollection
.CollectionChanged += new NotifyCollectionChangedEventHandler(itemsCollection_CollectionChanged);
75
if (
ItemsCollectionModelItemCollection
!= null)
77
Type itemsCollectionType =
ItemsCollectionModelItemCollection
.ItemType;
99
if (this.
ItemsCollectionModelItemCollection
!= null)
101
itemsCollectionObject =
ItemsCollectionModelItemCollection
.GetCurrentValue() as IItemsCollection;
676
foreach (ModelItem item in
ItemsCollectionModelItemCollection
)
755
ModelItemCollectionImpl itemsCollectionImpl = this.
ItemsCollectionModelItemCollection
as ModelItemCollectionImpl;
814
ModelItemCollectionImpl itemsCollectionImpl = this.
ItemsCollectionModelItemCollection
as ModelItemCollectionImpl;
899
ModelItemCollectionImpl itemsCollectionImpl =
ItemsCollectionModelItemCollection
as ModelItemCollectionImpl;