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)
152
return ((int)
_cacheBeforeViewport
+ (int)_cacheAfterViewport);
158
public double CacheBeforeViewport { get { return
_cacheBeforeViewport
; } }