3 references to RemoveInternalChildRange
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (1)
493RemoveInternalChildRange(InternalChildren, index, range);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
8856VirtualizingPanel.RemoveInternalChildRange(children, pos, uiCount); 9346VirtualizingPanel.RemoveInternalChildRange((UIElementCollection)children, startIndex, count);