9 references to RemoveInternalChildRange
PresentationFramework (6)
System\Windows\Controls\DataGridCellsPanel.cs (6)
717RemoveInternalChildRange(containerIndex, 1); 736RemoveInternalChildRange(originalIndex, 1); 1157RemoveInternalChildRange(startIndex, count); 1183RemoveInternalChildRange(removeStartRange, removalCount); 1213RemoveInternalChildRange(removeStartRange, removalCount); 2095RemoveInternalChildRange(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);