1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3036
ref
_itemsInExtendedViewportCount
);
10 references to _itemsInExtendedViewportCount
PresentationFramework (10)
System\Windows\Controls\VirtualizingStackPanel.cs (10)
2311
int excludeCount =
_itemsInExtendedViewportCount
;
2330
int calcItemsInViewportCount = (int)Math.Ceiling(factor *
_itemsInExtendedViewportCount
);
3558
"ev:", _firstItemInExtendedViewportIndex, "+",
_itemsInExtendedViewportCount
,
3655
(startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
);
3670
(startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
);
3680
((startIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
) ||
3681
(startOldIndex < _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
));
3713
(startIndex != _firstItemInExtendedViewportIndex +
_itemsInExtendedViewportCount
- 1);
3986
int itemsInExtendedViewportCount =
_itemsInExtendedViewportCount
;
13003
s._itemsInExtendedViewportCount =
_itemsInExtendedViewportCount
;