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