Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
4 references to RemoveAt
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1039
/// <seealso cref="
RemoveAt
"/>.
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
261
this.Items.
RemoveAt
(index);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
273
this.panel.Items.
RemoveAt
(itemViewIndex);
275
this.panel.Items.
RemoveAt
(itemViewIndex);