1 implementation of Recycle
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
497void IRecyclingItemContainerGenerator.Recycle(GeneratorPosition position, int count)
2 references to Recycle
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1156((IRecyclingItemContainerGenerator)generator).Recycle(position, count);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
9479((IRecyclingItemContainerGenerator)generator).Recycle(new GeneratorPosition(startIndex, 0), count);