5 references to CacheLengthProperty
PresentationFramework (5)
System\Windows\Controls\ItemsControl.cs (1)
58VirtualizingPanel.CacheLengthProperty.OverrideMetadata(typeof(ItemsControl), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnCacheSizeChanged)));
System\Windows\Controls\VirtualizingPanel.cs (4)
189/// Retrieves the value for <see cref="CacheLengthProperty" />. 198return (VirtualizationCacheLength)element.GetValue(CacheLengthProperty); 202/// Sets the value for <see cref="CacheLengthProperty" />. 211element.SetValue(CacheLengthProperty, value);