12 references to ItemCount
PresentationFramework (12)
System\Windows\Controls\DataGridCellsPanel.cs (3)
2074RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2079RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 2084RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);
System\Windows\Controls\Panel.cs (2)
697AddChildren(args.Position, args.ItemCount); 703ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount);
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
392AddChildren(args.Position, args.ItemCount); 398ReplaceChildren(args.Position, args.ItemCount, args.ItemUICount);
System\Windows\Controls\VirtualizingStackPanel.cs (5)
3564"count:", args.ItemCount, args.ItemUICount, 3715Debug.Assert(args.Action == NotifyCollectionChangedAction.Reset && args.ItemCount == 1); 8964RemoveChildRange(args.Position, args.ItemCount, args.ItemUICount); 8971Debug.Assert(args.ItemUICount == args.ItemCount, "Both ItemUICount and ItemCount should be equal or ItemUICount should be 0."); 8993RemoveChildRange(args.OldPosition, args.ItemCount, args.ItemUICount);