2 implementations of InBackgroundLayout
PresentationFramework (2)
src\Framework\System\Windows\Controls\GroupItem.cs (1)
336bool IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
414bool IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout
1 write to InBackgroundLayout
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
6682virtualizingChild.InBackgroundLayout = MeasureCaches;
1 reference to InBackgroundLayout
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
4420MeasureCaches = virtualizationInfoProvider.InBackgroundLayout;