Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
5 references to RemoveAt
PresentationFramework (5)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
704children.RemoveAt(start); 1004InternalChildren.RemoveAt(index);
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (3)
386InternalChildren.RemoveAt(e.ActualIndex); 390InternalChildren.RemoveAt(e.ActualIndex); 634InternalChildren.RemoveAt(index);