1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3027
ref
_itemsInExtendedViewportCount
);
10 references to _itemsInExtendedViewportCount
PresentationFramework (10)
System\Windows\Controls\VirtualizingStackPanel.cs (10)
2302
int excludeCount =
_itemsInExtendedViewportCount
;
2321
int calcItemsInViewportCount = (int)Math.Ceiling(factor *
_itemsInExtendedViewportCount
);
3546
"ev:", _firstItemInExtendedViewportIndex, "+",
_itemsInExtendedViewportCount
,
3643
(startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
);
3658
(startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
);
3668
((startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
) ||
3669
(startOldIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
));
3701
(startIndex != _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
- 1);
3974
int itemsInExtendedViewportCount =
_itemsInExtendedViewportCount
;
12979
s._itemsInExtendedViewportCount =
_itemsInExtendedViewportCount
;