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