9 references to RemoveInternalChildRange
PresentationFramework (6)
System\Windows\Controls\DataGridCellsPanel.cs (6)
716RemoveInternalChildRange(containerIndex, 1); 735RemoveInternalChildRange(originalIndex, 1); 1156RemoveInternalChildRange(startIndex, count); 1182RemoveInternalChildRange(removeStartRange, removalCount); 1212RemoveInternalChildRange(removeStartRange, removalCount); 2088RemoveInternalChildRange(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);