1 write to ItemsHost
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
279groupItem.ItemsHost = this;
10 references to ItemsHost
PresentationFramework (10)
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
148Panel itemsHost = owner.ItemsHost;
System\Windows\Controls\GroupItem.cs (1)
114Helper.ComputeCorrectionFactor(ParentItemsControl, this, ItemsHost, HeaderElement);
System\Windows\Controls\ItemsControl.cs (2)
2526if (groupItem != null && groupItem.ItemsHost != null) 2528result = FindEndFocusableLeafContainer(groupItem.ItemsHost, last);
System\Windows\Controls\Panel.cs (1)
278oldItemsHost = groupItem.ItemsHost;
System\Windows\Controls\VirtualizingStackPanel.cs (5)
1251if (groupItem != null && groupItem.ItemsHost != null && groupItem.ItemsHost.IsVisible) 1253result = ComputeFirstContainerInViewport(viewportElement, direction, groupItem.ItemsHost, action, findTopContainer, out firstContainerOffsetFromViewport); 1269innerPanel = groupItem.ItemsHost; 1670VirtualizingPanel itemsHost = groupItem.ItemsHost as VirtualizingPanel;