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