9 references to RemoveInternalChildRange
PresentationFramework (6)
System\Windows\Controls\DataGridCellsPanel.cs (6)
710
RemoveInternalChildRange
(containerIndex, 1);
729
RemoveInternalChildRange
(originalIndex, 1);
1150
RemoveInternalChildRange
(startIndex, count);
1176
RemoveInternalChildRange
(removeStartRange, removalCount);
1206
RemoveInternalChildRange
(removeStartRange, removalCount);
2082
RemoveInternalChildRange
(pos, itemUICount);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (3)
48
RemoveInternalChildRange
(0, InternalChildren.Count);
71
RemoveInternalChildRange
(index, 1);
211
base.
RemoveInternalChildRange
(i, children.Count - i);