1 implementation of Remove
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
268void IItemContainerGenerator.Remove(GeneratorPosition position, int count)
3 references to Remove
PresentationFramework (3)
System\Windows\Controls\DataGridCellsPanel.cs (1)
1163generator.Remove(new GeneratorPosition(startIndex, 0), count);
System\Windows\Controls\ItemContainerGenerator.cs (1)
2095((IItemContainerGenerator)this).Remove(position, 1);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
9501generator.Remove(new GeneratorPosition(startIndex, 0), count);