9 references to RemoveInternalChildRange
PresentationFramework (6)
System\Windows\Controls\DataGridCellsPanel.cs (6)
718RemoveInternalChildRange(containerIndex, 1); 737RemoveInternalChildRange(originalIndex, 1); 1158RemoveInternalChildRange(startIndex, count); 1184RemoveInternalChildRange(removeStartRange, removalCount); 1214RemoveInternalChildRange(removeStartRange, removalCount); 2100RemoveInternalChildRange(pos, itemUICount);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (3)
49RemoveInternalChildRange(0, InternalChildren.Count); 72RemoveInternalChildRange(index, 1); 212base.RemoveInternalChildRange(i, children.Count - i);