9 references to RemoveInternalChildRange
PresentationFramework (6)
System\Windows\Controls\DataGridCellsPanel.cs (6)
722RemoveInternalChildRange(containerIndex, 1); 741RemoveInternalChildRange(originalIndex, 1); 1162RemoveInternalChildRange(startIndex, count); 1188RemoveInternalChildRange(removeStartRange, removalCount); 1218RemoveInternalChildRange(removeStartRange, removalCount); 2104RemoveInternalChildRange(pos, itemUICount);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (3)
55RemoveInternalChildRange(0, InternalChildren.Count); 78RemoveInternalChildRange(index, 1); 218base.RemoveInternalChildRange(i, children.Count - i);