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