3 references to RemoveInternalChildRange
PresentationFramework (3)
System\Windows\Controls\VirtualizingPanel.cs (1)
441RemoveInternalChildRange(InternalChildren, index, range);
System\Windows\Controls\VirtualizingStackPanel.cs (2)
9009VirtualizingPanel.RemoveInternalChildRange(children, pos, uiCount); 9497VirtualizingPanel.RemoveInternalChildRange((UIElementCollection)children, startIndex, count);