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