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