1 write to _cacheBeforeViewport
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizationCacheLength.cs (1)
80_cacheBeforeViewport = cacheBeforeViewport;
2 references to _cacheBeforeViewport
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizationCacheLength.cs (2)
154return ((int)_cacheBeforeViewport + (int)_cacheAfterViewport); 160public double CacheBeforeViewport { get { return _cacheBeforeViewport; } }