9 references to RemoveInternalChildRange
PresentationFramework (6)
System\Windows\Controls\DataGridCellsPanel.cs (6)
716
RemoveInternalChildRange
(containerIndex, 1);
735
RemoveInternalChildRange
(originalIndex, 1);
1156
RemoveInternalChildRange
(startIndex, count);
1182
RemoveInternalChildRange
(removeStartRange, removalCount);
1212
RemoveInternalChildRange
(removeStartRange, removalCount);
2088
RemoveInternalChildRange
(pos, itemUICount);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (3)
48
RemoveInternalChildRange
(0, InternalChildren.Count);
71
RemoveInternalChildRange
(index, 1);
211
base.
RemoveInternalChildRange
(i, children.Count - i);