6 references to VirtualizationCacheLength
PresentationFramework (6)
src\Framework\System\Windows\Controls\VirtualizationCacheLengthConverter.cs (2)
115return new VirtualizationCacheLength(value); 232return new VirtualizationCacheLength(lengths[0]);
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (1)
218new FrameworkPropertyMetadata(new VirtualizationCacheLength(1.0), FrameworkPropertyMetadataOptions.AffectsMeasure, new PropertyChangedCallback(OnVirtualizationPropertyChanged)), new ValidateValueCallback(ValidateCacheSizeBeforeOrAfterViewport));
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
2156VirtualizationCacheLength cacheSize = new VirtualizationCacheLength(0.0); 2237ComputeFirstItemInViewportIndexAndOffset(items, itemCount, itemStorageProvider, extendedViewport, new VirtualizationCacheLength(0.0), 8047VirtualizationCacheLength childCacheSize = new VirtualizationCacheLength(0.0);