1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3026
ref
_itemsInExtendedViewportCount
);
10 references to _itemsInExtendedViewportCount
PresentationFramework (10)
System\Windows\Controls\VirtualizingStackPanel.cs (10)
2301
int excludeCount =
_itemsInExtendedViewportCount
;
2320
int calcItemsInViewportCount = (int)Math.Ceiling(factor *
_itemsInExtendedViewportCount
);
3545
"ev:", _firstItemInExtendedViewportIndex, "+",
_itemsInExtendedViewportCount
,
3642
(startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
);
3657
(startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
);
3667
((startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
) ||
3668
(startOldIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
));
3700
(startIndex != _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
- 1);
3973
int itemsInExtendedViewportCount =
_itemsInExtendedViewportCount
;
12978
s._itemsInExtendedViewportCount =
_itemsInExtendedViewportCount
;