1 implementation of Recycle
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
500
void IRecyclingItemContainerGenerator.
Recycle
(GeneratorPosition position, int count)
2 references to Recycle
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
1158
((IRecyclingItemContainerGenerator)generator).
Recycle
(position, count);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
9325
((IRecyclingItemContainerGenerator)generator).
Recycle
(new GeneratorPosition(startIndex, 0), count);