10 references to ModelItem
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyEntryCollection.cs (2)
103Fx.Assert(parentCollectionItem.ModelItem != null, "parentCollectionItem.ModelItem should not be null"); 105List<ModelProperty> subProperties = ExtensibilityAccessor.GetSubProperties(parentCollectionItem.ModelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (8)
148object.Equals(_values[index].ModelItem, item)) 204if (_values[i].ModelItem == item) { 271if (_values[i].ModelItem == oldItem) { 329collection.Insert(currentIndex, newIndexer.ModelItem); 330collection.Insert(newIndex, currentIndexer.ModelItem); 334collection.Insert(newIndex, currentIndexer.ModelItem); 335collection.Insert(currentIndex, newIndexer.ModelItem); 406ModelItemCollection modelItemCollection = parentAsIndexer.ModelItem as ModelItemCollection;