5 references to CacheLengthProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
69
VirtualizingPanel.
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
" />.
233
return (VirtualizationCacheLength)element.GetValue(
CacheLengthProperty
);
237
/// Sets the value for <see cref="
CacheLengthProperty
" />.
249
element.SetValue(
CacheLengthProperty
, value);