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