12 references to ItemCount
PresentationFramework (12)
System\Windows\Controls\DataGridCellsPanel.cs (3)
2064
RemoveChildRange(args.Position, args.
ItemCount
, args.ItemUICount);
2069
RemoveChildRange(args.Position, args.
ItemCount
, args.ItemUICount);
2074
RemoveChildRange(args.OldPosition, args.
ItemCount
, args.ItemUICount);
System\Windows\Controls\Panel.cs (2)
689
AddChildren(args.Position, args.
ItemCount
);
695
ReplaceChildren(args.Position, args.
ItemCount
, args.ItemUICount);
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
381
AddChildren(args.Position, args.
ItemCount
);
387
ReplaceChildren(args.Position, args.
ItemCount
, args.ItemUICount);
System\Windows\Controls\VirtualizingStackPanel.cs (5)
3544
"count:", args.
ItemCount
, args.ItemUICount,
3695
Debug.Assert(args.Action == NotifyCollectionChangedAction.Reset && args.
ItemCount
== 1);
8937
RemoveChildRange(args.Position, args.
ItemCount
, args.ItemUICount);
8944
Debug.Assert(args.ItemUICount == args.
ItemCount
, "Both ItemUICount and ItemCount should be equal or ItemUICount should be 0.");
8966
RemoveChildRange(args.OldPosition, args.
ItemCount
, args.ItemUICount);