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