Implemented interface member:
method
Insert
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
1 override of Insert
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
445
public override void
Insert
(int index, ModelItem item)
5 references to Insert
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (4)
329
collection.
Insert
(currentIndex, newIndexer.ModelItem);
330
collection.
Insert
(newIndex, currentIndexer.ModelItem);
334
collection.
Insert
(newIndex, currentIndexer.ModelItem);
335
collection.
Insert
(currentIndex, newIndexer.ModelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\MorphHelper.cs (1)
78
collectionParent.
Insert
(index, newModelitem);