12 references to ItemCount
PresentationFramework (12)
System\Windows\Controls\DataGridCellsPanel.cs (3)
2065
RemoveChildRange(args.Position, args.
ItemCount
, args.ItemUICount);
2070
RemoveChildRange(args.Position, args.
ItemCount
, args.ItemUICount);
2075
RemoveChildRange(args.OldPosition, args.
ItemCount
, args.ItemUICount);
System\Windows\Controls\Panel.cs (2)
690
AddChildren(args.Position, args.
ItemCount
);
696
ReplaceChildren(args.Position, args.
ItemCount
, args.ItemUICount);
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
382
AddChildren(args.Position, args.
ItemCount
);
388
ReplaceChildren(args.Position, args.
ItemCount
, args.ItemUICount);
System\Windows\Controls\VirtualizingStackPanel.cs (5)
3545
"count:", args.
ItemCount
, args.ItemUICount,
3696
Debug.Assert(args.Action == NotifyCollectionChangedAction.Reset && args.
ItemCount
== 1);
8938
RemoveChildRange(args.Position, args.
ItemCount
, args.ItemUICount);
8945
Debug.Assert(args.ItemUICount == args.
ItemCount
, "Both ItemUICount and ItemCount should be equal or ItemUICount should be 0.");
8967
RemoveChildRange(args.OldPosition, args.
ItemCount
, args.ItemUICount);