Implemented interface member:
7 references to RemoveAt
PresentationFramework (5)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
698children.RemoveAt(start); 997InternalChildren.RemoveAt(index);
System\Windows\Controls\GridViewRowPresenter.cs (3)
378InternalChildren.RemoveAt(e.ActualIndex); 382InternalChildren.RemoveAt(e.ActualIndex); 629InternalChildren.RemoveAt(index);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (2)
79QAT.OverflowPanel.Children.RemoveAt(indexInOverflowPanel); 194overflowPanel.Children.RemoveAt(0);