1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
2991
ref
_itemsInExtendedViewportCount
);
9 references to _itemsInExtendedViewportCount
PresentationFramework (9)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (9)
2268
int excludeCount =
_itemsInExtendedViewportCount
;
2287
int calcItemsInViewportCount = (int)Math.Ceiling(factor *
_itemsInExtendedViewportCount
);
3597
(startOldIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
);
3612
(startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
);
3622
((startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
) ||
3623
(startOldIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
));
3655
(startIndex != _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
- 1);
3911
int itemsInExtendedViewportCount =
_itemsInExtendedViewportCount
;
12845
s._itemsInExtendedViewportCount =
_itemsInExtendedViewportCount
;