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