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)
261this.Items.RemoveAt(index);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
273this.panel.Items.RemoveAt(itemViewIndex); 275this.panel.Items.RemoveAt(itemViewIndex);