7 references to OldPosition
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2086RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);
src\Framework\System\Windows\Controls\Panel.cs (1)
710MoveChildren(args.OldPosition, args.Position, args.ItemUICount);
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
402MoveChildren(args.OldPosition, args.Position, args.ItemUICount);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
3500"pos:", args.OldPosition, args.Position, 3594int startOldIndex = Generator.IndexFromGeneratorPosition(args.OldPosition); 3619int startOldIndex = Generator.IndexFromGeneratorPosition(args.OldPosition); 8835RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);