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