2 references to ItemCount
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
1647
if (itemIndex < 0 || itemIndex >=
ItemCount
)
9398
return Math.Min(
ItemCount
, _firstItemInExtendedViewportIndex + _actualItemsInExtendedViewportCount);