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