1 write to _cacheAfterViewport
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizationCacheLength.cs (1)
81_cacheAfterViewport = cacheAfterViewport;
2 references to _cacheAfterViewport
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizationCacheLength.cs (2)
154return ((int)_cacheBeforeViewport + (int)_cacheAfterViewport); 165public double CacheAfterViewport { get { return _cacheAfterViewport; } }