1 write to ItemsHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\Panel.cs (1)
283groupItem.ItemsHost = this;
10 references to ItemsHost
PresentationFramework (10)
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
129Panel itemsHost = owner.ItemsHost;
src\Framework\System\Windows\Controls\GroupItem.cs (1)
116Helper.ComputeCorrectionFactor(ParentItemsControl, this, ItemsHost, HeaderElement);
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
2529if (groupItem != null && groupItem.ItemsHost != null) 2531result = FindEndFocusableLeafContainer(groupItem.ItemsHost, last);
src\Framework\System\Windows\Controls\Panel.cs (1)
282oldItemsHost = groupItem.ItemsHost;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (5)
1217if (groupItem != null && groupItem.ItemsHost != null && groupItem.ItemsHost.IsVisible) 1219result = ComputeFirstContainerInViewport(viewportElement, direction, groupItem.ItemsHost, action, findTopContainer, out firstContainerOffsetFromViewport); 1235innerPanel = groupItem.ItemsHost; 1621VirtualizingPanel itemsHost = groupItem.ItemsHost as VirtualizingPanel;