4 references to ShouldCacheContainerSizeProperty
PresentationFramework (4)
System\Windows\Controls\DataGridRow.cs (2)
107VirtualizingPanel.ShouldCacheContainerSizeProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceShouldCacheContainerSize))); 469CoerceValue(VirtualizingPanel.ShouldCacheContainerSizeProperty);
System\Windows\Controls\VirtualizingPanel.cs (2)
289/// Retrieves the value for <see cref="ShouldCacheContainerSizeProperty" />. 299return (bool)element.GetValue(ShouldCacheContainerSizeProperty);