1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3043ref _itemsInExtendedViewportCount);
10 references to _itemsInExtendedViewportCount
PresentationFramework (10)
System\Windows\Controls\VirtualizingStackPanel.cs (10)
2318int excludeCount = _itemsInExtendedViewportCount; 2337int calcItemsInViewportCount = (int)Math.Ceiling(factor * _itemsInExtendedViewportCount); 3565"ev:", _firstItemInExtendedViewportIndex, "+", _itemsInExtendedViewportCount, 3662(startIndex < _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount); 3677(startIndex < _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount); 3687((startIndex < _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount) || 3688(startOldIndex < _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount)); 3720(startIndex != _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount - 1); 3993int itemsInExtendedViewportCount = _itemsInExtendedViewportCount; 13011s._itemsInExtendedViewportCount = _itemsInExtendedViewportCount;