1 implementation of Remove
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
270
void IItemContainerGenerator.
Remove
(GeneratorPosition position, int count)
3 references to Remove
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
1165
generator.
Remove
(new GeneratorPosition(startIndex, 0), count);
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
2103
((IItemContainerGenerator)this).
Remove
(position, 1);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
9347
generator.
Remove
(new GeneratorPosition(startIndex, 0), count);