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