1 write to _cacheBeforeViewport
PresentationFramework (1)
System\Windows\Controls\VirtualizationCacheLength.cs (1)
78_cacheBeforeViewport = cacheBeforeViewport;
2 references to _cacheBeforeViewport
PresentationFramework (2)
System\Windows\Controls\VirtualizationCacheLength.cs (2)
152return ((int)_cacheBeforeViewport + (int)_cacheAfterViewport); 158public double CacheBeforeViewport { get { return _cacheBeforeViewport; } }