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