1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
2991ref _itemsInExtendedViewportCount);
9 references to _itemsInExtendedViewportCount
PresentationFramework (9)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (9)
2268int excludeCount = _itemsInExtendedViewportCount; 2287int 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); 3911int itemsInExtendedViewportCount = _itemsInExtendedViewportCount; 12845s._itemsInExtendedViewportCount = _itemsInExtendedViewportCount;