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