9 references to RemoveInternalChildRange
PresentationFramework (6)
System\Windows\Controls\DataGridCellsPanel.cs (6)
718
RemoveInternalChildRange
(containerIndex, 1);
737
RemoveInternalChildRange
(originalIndex, 1);
1158
RemoveInternalChildRange
(startIndex, count);
1184
RemoveInternalChildRange
(removeStartRange, removalCount);
1214
RemoveInternalChildRange
(removeStartRange, removalCount);
2100
RemoveInternalChildRange
(pos, itemUICount);
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (3)
49
RemoveInternalChildRange
(0, InternalChildren.Count);
72
RemoveInternalChildRange
(index, 1);
212
base.
RemoveInternalChildRange
(i, children.Count - i);