Implemented interface member:
7 references to RemoveAt
PresentationFramework (5)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
702children.RemoveAt(start); 1002InternalChildren.RemoveAt(index);
System\Windows\Controls\GridViewRowPresenter.cs (3)
383InternalChildren.RemoveAt(e.ActualIndex); 387InternalChildren.RemoveAt(e.ActualIndex); 631InternalChildren.RemoveAt(index);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (2)
86QAT.OverflowPanel.Children.RemoveAt(indexInOverflowPanel); 201overflowPanel.Children.RemoveAt(0);