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