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