12 references to ItemCount
PresentationFramework (12)
System\Windows\Controls\DataGridCellsPanel.cs (3)
2065RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2070RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2075RemoveChildRange(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)
382AddChildren(args.Position, args.ItemCount); 388ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount);
System\Windows\Controls\VirtualizingStackPanel.cs (5)
3545"count:", args.ItemCount, args.ItemUICount, 3696Debug.Assert(args.Action == NotifyCollectionChangedAction.Reset && args.ItemCount == 1); 8938RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 8945Debug.Assert(args.ItemUICount == args.ItemCount, "Both ItemUICount and ItemCount should be equal or ItemUICount should be 0."); 8967RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);