1 write to ItemsHost
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
272groupItem.ItemsHost = this;
10 references to ItemsHost
PresentationFramework (10)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
136Panel itemsHost = owner.ItemsHost;
System\Windows\Controls\GroupItem.cs (1)
106Helper.ComputeCorrectionFactor(ParentItemsControl, this, ItemsHost, HeaderElement);
System\Windows\Controls\ItemsControl.cs (2)
2517if (groupItem != null && groupItem.ItemsHost != null) 2519result = FindEndFocusableLeafContainer(groupItem.ItemsHost, last);
System\Windows\Controls\Panel.cs (1)
271oldItemsHost = groupItem.ItemsHost;
System\Windows\Controls\VirtualizingStackPanel.cs (5)
1246if (groupItem != null && groupItem.ItemsHost != null && groupItem.ItemsHost.IsVisible) 1248result = ComputeFirstContainerInViewport(viewportElement, direction, groupItem.ItemsHost, action, findTopContainer, out firstContainerOffsetFromViewport); 1264innerPanel = groupItem.ItemsHost; 1665VirtualizingPanel itemsHost = groupItem.ItemsHost as VirtualizingPanel;