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