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