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