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