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