1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3027ref _itemsInExtendedViewportCount);
10 references to _itemsInExtendedViewportCount
PresentationFramework (10)
System\Windows\Controls\VirtualizingStackPanel.cs (10)
2302int excludeCount = _itemsInExtendedViewportCount; 2321int 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); 3974int itemsInExtendedViewportCount = _itemsInExtendedViewportCount; 12979s._itemsInExtendedViewportCount = _itemsInExtendedViewportCount;