17 references to Position
PresentationFramework (17)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
2076RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2081RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount);
src\Framework\System\Windows\Controls\Panel.cs (4)
701AddChildren(args.Position, args.ItemCount); 704RemoveChildren(args.Position, args.ItemUICount); 707ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount); 710MoveChildren(args.OldPosition, args.Position, args.ItemUICount);
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (4)
393AddChildren(args.Position, args.ItemCount); 396RemoveChildren(args.Position, args.ItemUICount); 399ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount); 402MoveChildren(args.OldPosition, args.Position, args.ItemUICount);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (7)
3500"pos:", args.OldPosition, args.Position, 3609int startIndex = Generator.IndexFromGeneratorPosition(args.Position); 3618int startIndex = Generator.IndexFromGeneratorPosition(args.Position); 3652int startIndex = Generator.IndexFromGeneratorPosition(args.Position); 8806RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 8816using (Generator.StartAt(args.Position, GeneratorDirection.Forward, true)) 8820int childIndex = args.Position.Index + i;