12 references to ItemCount
PresentationFramework (12)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (3)
2076RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2081RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2086RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);
src\Framework\System\Windows\Controls\Panel.cs (2)
701AddChildren(args.Position, args.ItemCount); 707ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount);
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
393AddChildren(args.Position, args.ItemCount); 399ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (5)
3501"count:", args.ItemCount, args.ItemUICount, 3650Debug.Assert(args.Action == NotifyCollectionChangedAction.Reset && args.ItemCount == 1); 8806RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 8813Debug.Assert(args.ItemUICount == args.ItemCount, "Both ItemUICount and ItemCount should be equal or ItemUICount should be 0."); 8835RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);