1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3036ref _itemsInExtendedViewportCount);
10 references to _itemsInExtendedViewportCount
PresentationFramework (10)
System\Windows\Controls\VirtualizingStackPanel.cs (10)
2311int excludeCount = _itemsInExtendedViewportCount; 2330int 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); 3986int itemsInExtendedViewportCount = _itemsInExtendedViewportCount; 13003s._itemsInExtendedViewportCount = _itemsInExtendedViewportCount;