1 write to _cacheAfterViewport
PresentationFramework (1)
System\Windows\Controls\VirtualizationCacheLength.cs (1)
79
_cacheAfterViewport
= cacheAfterViewport;
2 references to _cacheAfterViewport
PresentationFramework (2)
System\Windows\Controls\VirtualizationCacheLength.cs (2)
152
return ((int)_cacheBeforeViewport + (int)
_cacheAfterViewport
);
163
public double CacheAfterViewport { get { return
_cacheAfterViewport
; } }