Implemented interface member:
method
RemoveAt
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
1 override of RemoveAt
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
497
public override void
RemoveAt
(int index)
7 references to RemoveAt
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (5)
224
this.GetRawCollection().
RemoveAt
(index);
317
collection.
RemoveAt
(newIndex);
318
collection.
RemoveAt
(currentIndex);
322
collection.
RemoveAt
(currentIndex);
323
collection.
RemoveAt
(newIndex);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (1)
315
RemoveAt
(index);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
144
container.
RemoveAt
(index);