5 references to CacheLengthProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
69VirtualizingPanel.CacheLengthProperty.OverrideMetadata(typeof(ItemsControl), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnCacheSizeChanged)));
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (4)
221/// Retrieves the value for <see cref="CacheLengthProperty" />. 233return (VirtualizationCacheLength)element.GetValue(CacheLengthProperty); 237/// Sets the value for <see cref="CacheLengthProperty" />. 249element.SetValue(CacheLengthProperty, value);