12 references to ItemCount
PresentationFramework (12)
System\Windows\Controls\DataGridCellsPanel.cs (3)
2070RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2075RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2080RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);
System\Windows\Controls\Panel.cs (2)
690AddChildren(args.Position, args.ItemCount); 696ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount);
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
383AddChildren(args.Position, args.ItemCount); 389ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount);
System\Windows\Controls\VirtualizingStackPanel.cs (5)
3559"count:", args.ItemCount, args.ItemUICount, 3710Debug.Assert(args.Action == NotifyCollectionChangedAction.Reset && args.ItemCount == 1); 8959RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 8966Debug.Assert(args.ItemUICount == args.ItemCount, "Both ItemUICount and ItemCount should be equal or ItemUICount should be 0."); 8988RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);