1 write to _itemsInExtendedViewportCount
PresentationFramework (1)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
3026ref _itemsInExtendedViewportCount);
10 references to _itemsInExtendedViewportCount
PresentationFramework (10)
System\Windows\Controls\VirtualizingStackPanel.cs (10)
2301int excludeCount = _itemsInExtendedViewportCount; 2320int calcItemsInViewportCount = (int)Math.Ceiling(factor * _itemsInExtendedViewportCount); 3545"ev:", _firstItemInExtendedViewportIndex, "+", _itemsInExtendedViewportCount, 3642(startIndex < _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount); 3657(startIndex < _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount); 3667((startIndex < _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount) || 3668(startOldIndex < _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount)); 3700(startIndex != _firstItemInExtendedViewportIndex + _itemsInExtendedViewportCount - 1); 3973int itemsInExtendedViewportCount = _itemsInExtendedViewportCount; 12978s._itemsInExtendedViewportCount = _itemsInExtendedViewportCount;