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