1 write to ItemsHost
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
271groupItem.ItemsHost = this;
10 references to ItemsHost
PresentationFramework (10)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
135Panel itemsHost = owner.ItemsHost;
System\Windows\Controls\GroupItem.cs (1)
105Helper.ComputeCorrectionFactor(ParentItemsControl, this, ItemsHost, HeaderElement);
System\Windows\Controls\ItemsControl.cs (2)
2486if (groupItem != null && groupItem.ItemsHost != null) 2488result = FindEndFocusableLeafContainer(groupItem.ItemsHost, last);
System\Windows\Controls\Panel.cs (1)
270oldItemsHost = groupItem.ItemsHost;
System\Windows\Controls\VirtualizingStackPanel.cs (5)
1245if (groupItem != null && groupItem.ItemsHost != null && groupItem.ItemsHost.IsVisible) 1247result = ComputeFirstContainerInViewport(viewportElement, direction, groupItem.ItemsHost, action, findTopContainer, out firstContainerOffsetFromViewport); 1263innerPanel = groupItem.ItemsHost; 1657VirtualizingPanel itemsHost = groupItem.ItemsHost as VirtualizingPanel;