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